mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
commit
2545111f97
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
`rsync -r mike@devbox:~/projects/cakeStore /Users/mike/devProjects/`
|
||||
|
||||
- transfer only updated files from remote host
|
||||
|
||||
`rsync -ru mike@devbox:~/projects/ ./projects/`
|
||||
|
||||
- transfer file over SSH and show progress
|
||||
|
||||
`rsync -e ssh --progress {{remote_host_name}}:{{remote_file}} {{local_file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue