Re: Strategy for a backup of Video EEG data...
Marco Gaiarin <[email protected]> Thu, 22 Jan 2026 10:58:04 +0100
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Organization | Il gaio usa sempre TIN per le liste, fallo anche tu!!! |
| Message-ID | <[email protected]> |
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.
--