2014/09/01

rsync files or folder over ssh from one server to another


# rsync -avz -e "ssh -p portnumber" user@remoteip:/path/to/folder /local/path/folder

No comments:

Post a Comment