rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 177: | Line 177: | ||
<!--T:34--> | <!--T:34--> | ||
# SSH to the West Cloud instance which has the | # SSH to the West Cloud instance which has the principal volume attached. Note the absolute path you want to copy to the instance on Arbutus Cloud. | ||
# Execute rsync over SSH. The example below assumes that password-less login via [[SSH | # Execute rsync over SSH. The example below assumes that password-less login via [[SSH Keys]] has already been setup between the instances. Replace the placeholders below with real values: | ||
#: <code> rsync -avzP -e 'ssh -i ~/.ssh/key.pem' /local/path/ remoteuser@remotehost:/path/to/files/ </code> | #: <code> rsync -avzP -e 'ssh -i ~/.ssh/key.pem' /local/path/ remoteuser@remotehost:/path/to/files/ </code> | ||
# Verify that the data has been successfully copied on the instance in Arbutus Cloud. Then delete the data from the legacy West Cloud. | # Verify that the data has been successfully copied on the instance in Arbutus Cloud. Then delete the data from the legacy West Cloud. |