Re: Any way for incremental backups to consider just size changes as changes
Bill Arlofski via Bacula-users <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Message-ID | <[email protected]> |
On 6/7/25 10:39 PM, Tech - Nibiru wrote:
> Dear Sirs:
>
> I have read the Bacula documentation, especially regarding the "Accurate" option for incremental backups, looking for an
> alternative that allows incremental backups to be performed, considering files that have undergone size changes as changed,
> and not considering changes in file timestamps.
Hello,
Yes, with Accurate mode, you can tell Bacula which attributes to check and which to ignore. Check out the documentation here:
https://docs.baculasystems.com/BETechnicalReference/Director/DirectorResourceTypes/FilesetResource/index.html#technicalreferencedirfilesetresource
In your case, you might have something like:
----8<----
Fileset {
Name = xxxx
Include {
Options {
compression = zstd
signature = sha1
accurate = s
}
File = /path/to/files
}
}
----8<----
And make sure to have `Accurate = yes` in your Job that uses this fileset.
Hope this helps,
Bill
--
Bill Arlofski
[email protected]
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users
signature.asc
(application/pgp-signature, 583 B)
-----BEGIN PGP SIGNATURE----- Version: ProtonMail wsCpBAEBCABdBYJoRwxSCZBIDTDab9XDQDUUAAAAAAAcABBzYWx0QG5vdGF0 aW9ucy5vcGVucGdwanMub3JnbK44NtHDP7X3dXfmcsVwQRYhBMuLnlBaSQiu SUbb6UgNMNpv1cNAAAC7zwf/VtiwTsB+txUf7+2369z3KD7xWfhGqH6iLHsu n6tmOvlIygaWqmlQTNkhwde3unCYSXZHDN6lhXEr1LXBoH2WJu1Bz0pCrr4S wE1XHgY4f2HTuM7b2+SyAhreEASRHb3jDVAJt4GwAbuUWWzbVJHN807gZky0 uSlfSB10G3S1iEd4XVuZsckdS4d6Tr8NjxrarcbeNUwh2BM8u1Lnr+nESTZ0 C1pnb5pymgGJqbCDXYeJr/9Rj6fmQj3L0EOHqA4iiA+xANbRcMPwRGM4i3aW Fgm5qcE48RLnELU7pmhardiznZyIgjlbxprOuuX4sc1y8D8dsfuFc5KgcvRQ bGKm7w== =vKOe -----END PGP SIGNATURE-----