mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
rsync: fix --delete doc (#7379)
This commit is contained in:
parent
78b19eebc3
commit
2860c80196
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
`rsync -rauL {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
||||
|
||||
- Transfer file over SSH and delete local files that do not exist on remote host:
|
||||
- Transfer file over SSH and delete remote files that do not exist locally:
|
||||
|
||||
`rsync -e ssh --delete {{remote_host}}:{{path/to/remote_file}} {{path/to/local_file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue