Hello, I’ve done quite some digging through the forum before posting this but am not 100% sure I follow.
I am not sure if I need to be using bit-identical, copy, or simply just a case of deleting the current storage and creating a new one, using the same storage password.
Use case: I’ve been running a local backup from one Unraid server to another, over LAN, with the storage destination being a Samba share. The performance is truly abysmal, with speeds sitting around 12MB/s. Given the dataset is 30TB, this is simply not acceptable for a backup over gigabit LAN.
I did a test backup with SFTP to the same server, to a new test folder on the same Unraid share as the original Samba backup is using, and speeds look to be around 80MB/s which seems much more in line with my expectations.
Since I have already backed up around 8TB to the Samba storage, is it possible to simply delete the Samba storage from Duplicacy WebGUI, create a new SFTP storage with the same exact Storage name and Storage password, and simply pick up where it left off? (Assuming I mount the folder currently being used by the Samba storage as accessible via SFTP).
Would the creation of the new SFTP Storage, in the same folder as is currently set for the Samba backup, cause the config file to get overwritten? Do I need to instead initialise a new SFTP storage with the bit-identical command, move all the chunks/snapshots to that new folder, and then run the backup on the new SFTP Storage?
Thank you in advance and apologies for the waffle - I’ve read so many different posts but haven’t found one specific to my use case, most seem to be about moving from cloud to local, rather than simply changing the protocol used for an existing local backup.