Easiest way is scp
scp -r /path/to/local/storage user@remote.host:/path/to/copy
rsync is best for when you want to update versions where it has been previously copied.
If that doesn’t work, rerun with -v and see what the error is.
Easiest way is scp
scp -r /path/to/local/storage user@remote.host:/path/to/copy
rsync is best for when you want to update versions where it has been previously copied.
If that doesn’t work, rerun with -v and see what the error is.