Hi Fabian,

Others on the list may correct me if I’m wrong, but fundamentally Bacula treats 
different filenames as different entities to be backed up, regardless of 
content being shared across multiple files. The flags you have been changing 
only relax the checks for a given filename to see whether it should be backed 
up or not based on changes to content or metadata. Renaming or moving a file 
will cause the object to be backed up under the new filename again.

There are three possible solutions to your problem I’m aware of, both 
enterprise features. I have not used either, so may be wrong about their 
capabilities.

- Accept that moved/renamed files will be backed up multiple times, and have 
sufficient storage on your SD to account for this. If you can, minimise the 
number of moved/renamed files.

- Deduplication volumes 
(http://www.baculasystems.com/wp-content/uploads/bacula-enterprise-v6-deduplication-volumes1.pdf)
I think the data is still sent over the network and committed to the filesystem 
again, but because the data content is identical, the blocks are only stored 
once on disk and so doesn’t take up additional storage space. Looking at the 
PDF, this requires either ZFS or Netapp. Deduplication on ZFS at least demands 
a lot of memory overhead, so your SD machine has the be appropriately spec’d.

- Global Endpoint Deduplication 
(https://www.baculasystems.com/products/bacula-enterprise-data-backup-software/global-endpoint-deduplication)
Stores identical blocks only once across all clients. I think this will handle 
the case where the filenames are different but the content is shared, as 
happens with file moves and renames.

Regards,
Ben Roberts

This email and any files transmitted with it contain confidential and 
proprietary information and is solely for the use of the intended recipient.
If you are not the intended recipient please return the email to the sender and 
delete it from your computer and you must not use, disclose, distribute, copy, 
print or rely on this email or its contents.
This communication is for informational purposes only.
It is not intended as an offer or solicitation for the purchase or sale of any 
financial instrument or as an official confirmation of any transaction.
Any comments or statements made herein do not necessarily reflect those of GSA 
Capital.
GSA Capital Partners LLP is authorised and regulated by the Financial Conduct 
Authority and is registered in England and Wales at Stratton House, 5 Stratton 
Street, London W1J 8LA, number OC309261.
GSA Capital Services Limited is registered in England and Wales at the same 
address, number 5320529.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to