Bareos 15.2, dir/storage debian 8.4, client - win 2012r2

Diff backup has files, which not changed between full and diff backup, e.g.

sample.pdf
CreationTime      : 19.03.2016 15:11:47
CreationTimeUtc   : 19.03.2016 12:11:47
LastAccessTime    : 19.03.2016 15:11:47
LastAccessTimeUtc : 19.03.2016 12:11:47
LastWriteTime     : 22.02.2012 14:10:30
LastWriteTimeUtc  : 22.02.2012 10:10:30

Full backup job started 2016-04-12, completed 2016-04-14
Diff backup job - today, 2016-05-23
 
How can i exclude not modified files from diff/inc backup?



Job {
  Name = "fs-docs"
  JobDefs = "fs-def-job"
  Client = fs
  FileSet = "fs-docs"
  Schedule = "fs-doc-cycle"
  Priority = 10
  Enabled = true
}


FileSet {
  Name = "fs-docs"
  Enable VSS = yes
#  Ignore FileSet Changes = yes
  Include {
    Options {
      Signature = MD5
      Drive Type = fixed
      IgnoreCase = yes
      WildFile = "[A-Z]:/pagefile.sys"
      WildDir = "[A-Z]:/RECYCLER"
      WildDir = "[A-Z]:/$RECYCLE.BIN"
      WildDir = "[A-Z]:/System Volume Information"
      Exclude = yes
    }
    File = "M:/"
    File = "N:/"
    Exclude Dir Containing = .excludeme
   }
}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to