Mandi! Bill Arlofski via Bacula-users
  In chel di` si favelave...

> You might be interested in the `IgnoreFilesetChanges = yes` Fileset setting.

No, something does not work as expected.

I've setup a simple fileset like:

FileSet {
  Name = PVETerzoNodoCNEEG
  IgnoreFilesetChanges = yes
  Include {
    Options {
      Signature = MD5
      noatime = yes
      wilddir = "/mnt/nfs/eeg/@Recently-Snapshot"
      wilddir = "/mnt/nfs/eeg/.qsync"
      wilddir = "/mnt/nfs/eeg/.syncing_db"
      Exclude = yes
    }
    File = "/mnt/nfs/eeg/MultistorageOld01"
  }
}

do a backup (the first, so a Full) that worked as expected.

Then i've added some more dir:

    File = "/mnt/nfs/eeg/MultistorageOld01"
    File = "/mnt/nfs/eeg/MultistorageOld02"
    File = "/mnt/nfs/eeg/MultistorageOld03"

run a backup (an incremental, as expected) but the backup run and backup
only the directory structures of the new /mnt/nfs/eeg/MultistorageOld02 and
/mnt/nfs/eeg/MultistorageOld03 dirs, NOT the files.


Thanks.

-- 




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

Reply via email to