Having some issues getting copy to work using Duplicacy with my vertical backups. I’m potentially getting things a little muddled up so appreciate some advice on where I might be going wrong.
Vertical backup currently runs on my ESXi host and backups to an NFS share on my NAS (FreeNAS).
I’m running a jail on FreeNAS that hosts Duplicacy and has the same directory mounted within the jail to carry out maintenance (been working fine for months).
I did this by doing an init on the /root directory of the jail with a dummy snapshot id (DuplicacyNAS01) that uses the same storage as my vertical backups.
I’m now trying to copy the storage to my B2 storage which is already being used by Duplicacy.
Source storage set to /mnt/Backup/Vertical_Backup/
Destination storage set to b2://<storage url>
Enter Backblaze Account ID:############
Enter Backblaze Application Key:################################
Enter destination storage password:********************
Two storages are not compatiable for the copy operation
So is it a case that I can’t use vertical backup to back up to the same storage I already use for Duplicacy backups?
Or is there some precursive actions I need to take if I want the two applications to backup to the same storage (the intention here is to maximise the deduplication of my cloud backups).
You won’t get any deduplication between Duplicacy and Vertical Backup due to the differences in how they split files into chunks. Duplicacy uses variable-size chunking while Vertical Backup uses fixed size chunks so chunks will most likely be different in sizes.
It is technically possible for Duplicacy to back up to a storage initialized by Vertical Backup but the performance will be terrible if there are too many small files which will need to be uploaded individually (instead of being packed first).