1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:15:32 +02:00

Merge pull request #262 from quarcu/patch-1

Update rsync.md
This commit is contained in:
Ruben Vereecken 2015-03-16 19:11:54 +01:00
commit 921be18ad7

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