/ Published in: Bash
Note the trailing slash on the source directory vs no trailing slash on the destination
Expand |
Embed | Plain Text
rsync -avz -e 'ssh' --stats --progress user@domain.com:/path/to/remote/directory/ /Users/beneb/path/to/local/directory
You need to login to post a comment.
