Update rsync.md

Added rsync over SSH
waldyrious/alt-syntax
quarcu 2015-02-28 18:09:18 +00:00
parent 05620b0e2a
commit 65abc7f38d
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@
- transfer a directory and all its children from a remote to local
`rsync -r mike@devbox:~/projects/cakeStore /Users/mike/devProjects/`
- transfer directory over SSH and show progress
`rsync -azer ssh --progress {{remote_host_name}}:{{remote_directory}} {{local_directory}}`