> I can build a fileset that list Storage/Folder1, do a backup, then add
> Storage/Folder2 and so on... but every time i change fileset backup get
> resetted to full, i suppose.

Do something like this:

FileSet {
  Name = "WorkStationsFS"
  Include
  {
    Options
    {
      Signature = MD5
      Accurate = mcspuding
      Compression= ZSTD
      Sparse = yes
      AclSupport = yes
      XattrSupport = yes
    }
    File = "\\</root/bacula_filelist.list"
  }

  Exclude
  {
    File = "\\</root/bacula_exclude.list"
  }
}

Changes made in bacula_filelist.list will not trigger a new Full


_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to