mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
Update rsync.md
Reduced flags for rsync over ssh.
This commit is contained in:
parent
65abc7f38d
commit
bacc874cab
@ -20,6 +20,6 @@
|
||||
|
||||
`rsync -r mike@devbox:~/projects/cakeStore /Users/mike/devProjects/`
|
||||
|
||||
- transfer directory over SSH and show progress
|
||||
- transfer file over SSH and show progress
|
||||
|
||||
`rsync -azer ssh --progress {{remote_host_name}}:{{remote_directory}} {{local_directory}}`
|
||||
`rsync -e ssh --progress {{remote_host_name}}:{{remote_file}} {{local_file}}`
|
||||
|
Loading…
Reference in New Issue
Block a user