Ver Fonte

Merge pull request #262 from quarcu/patch-1

Update rsync.md
Ruben Vereecken há 10 anos atrás
pai
commit
921be18ad7
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/common/rsync.md

+ 4 - 0
pages/common/rsync.md

@@ -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 file over SSH and show progress 
+
+`rsync -e ssh --progress {{remote_host_name}}:{{remote_file}} {{local_file}}`