mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 01:18:00 +01:00
Update rsync.md
Added rsync over SSH
This commit is contained in:
parent
05620b0e2a
commit
65abc7f38d
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Reference in a new issue