How to copy over Backup r1soft disk safes to another Server
1. You have to take note the disk safe locations like example by go to Protected Machines –> view disk safes details :
VPS – cahayabarugold.com (Unmetered 14days) – winssd8 /backup/5d5506f8-d9f2-4817-bb4a-2f625e1b5d8a
2. Close and detach the disk safes.
3. After that copy over by use rsync to destination server
rsync -avze “ssh -p 8286” /backup/1958a52e-bc27-40cc-8b8c-224880afb318 [email protected]:/backup
4. On the destination server, add the protected machine
5. By added the protected machines, the server will be created new disk safes, you may to remove it and attach to the disk safes that you have copied over.
