Re: Any way for incremental backups to consider just size changes as changes

"Tech - Nibiru" <[email protected]>
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
Thank you very much



Alonso Enero


------ Mensaje original ------
De "Bill Arlofski via Bacula-users" <[email protected]>
Para [email protected]
Fecha 09-06-2025 12:31:15
Asunto Re: [Bacula-users] Any way for incremental backups to consider 
just size changes as changes

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.