Hello everyone,
Thanks to the help from the people in this forum I managed to create my backup using STORJ and duplicacy CLI on my windows PC. After that, I tried restoring a few files to a laptop I had lying around and everything seemed to be working fine.
From this point, I want to add a second backup on an M2 SSD that I have on an USB C external case; and I have a few questions.
First of all, and maybe it is a bit of a stupid question, I guess the storage name
and snapshot id
are pretty self explanatory, but storage url
? Since it is local would it be F:/ backup
for example? Or is there something else I should take into account here?
From what I’ve read the best way to do it would be using the copy
command. Before that I’m guessing that I should add
the SSD using -e
-c 32M
-max 64M
, as I used on the STORJ one. There is also the option of doing -copy default
, but don’t know if there is any reason to do it one way over the other.
After that I should copy -to newstoragename -threads 15 -download-threads 15
. Would that be enough? When are snapshots ids actually used? Would I have the snapshots id from default
just copied to newstoragename
?
Anything else I should consider? My knowledge here is very limited and, as before, I rather be sure of what I’m doing before breaking something up.
Thanks in advance!