I’m trying to migrate from one storage provider to another (Google Drive to Storj).
How would you accomplish this in the Web UI? We have these original instructions for the CLI:
https://forum.duplicacy.com/t/back-up-to-multiple-storages/1075
But I’m getting stuck with how to translate those CLI commands into the Web UI.
I started down this path but I keep getting tripped up because some of the terminology doesn’t translate precisely from the CLI commands.
I’m pretty sure this is wrong, but this what I have so far:
- Have your original storage and backups already up and running (ID:
old
) - Create a new storage at the new cloud provider (ID:
new
) and make it copy-compatible withold
- Create a second new storage, using the exact same details as #2, with the only difference being that it has a different ID (ID:
new_dummy
) - Go to Schedule. In the existing schedule for
old
, add a new job to the schedule: Copyold
tonew
with additional command-bit-identical
I don’t think I want this… Won’t this cause a full local download fromold
to my machine and then repackage it fornew
? I don’t want that to happen, per the linked thread above - Run that schedule for
old
and wait for it to finish - Create a new schedule for
new_dummy
. Give it a backup job and wait for it to finish. - Create another new schedule and give it a copy job, from
old
tonew
with-bit-identical
This is the exact same as Step #4, right? This seems obviously wrong
Basically I think I have Step #1-3 correct, but then I get stuck in loops in my head after that.
Anyone able to translate the correct procedure to the Web UI?