Hi, I currently have several TB backed up locally on ZFS and also into B2. I previously had this also backed up to Storj but my Storj backup was using the same default chunk sizes as B2/Local so I was paying a lot extra for the segment fees.
I just set up a new Storj backup with the init command and then re-added it to the Duplicacy GUI. I assume, based on the chunk sizes, that it is not possible to copy between local and Storj at this point. Is this correct? I’m wondering if my best recourse is to do a fresh local backup and then copy to Storj? (I’m trying to get rid of B2).
Also I wasn’t super clear on how to specify copy compatible (or bit identical, or both? Do I need both?) during the init command. I had run ./duplicacy_linux_x64_3.2.3 init -e -c 32M -max 64M -zstd -storage-name Storj -key /config/duplicacy-pub.pem all s3://us-1@gateway.storjshare.io/duplicacy
Thanks!