Skip to main content

Estimated reading time: 1 minute(s).

Rsync over SSH Examples

rsync --progress -avz -e "ssh" /path/to/local/directory user@remote_host:"/Volumes/Can Contain Spaces/Some Subdirectory"

Replace /path/to/local/dir , user@remote_host:/path/to/remote/dir , and 2222 with your local directory path, remote user and host with the remote directory path, and your SSH port if it's not the default (22), respectively.