rsync: fix remote_directory in -rauL example (#7795)

feature/windows-fix-syntax-2
Jake Vossen 2022-02-20 13:44:04 -07:00 committed by GitHub
parent c5bc16a465
commit 1b9e38cb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- Transfer a directory [r]ecursively, in [a]rchive to preserve attributes, resolving contained soft[l]inks , and ignoring already transferred files [u]nless newer:
`rsync -rauL {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
`rsync -rauL {{remote_host}}:{{path/to/remote_directory}} {{path/to/local_directory}}`
- Transfer file over SSH and delete remote files that do not exist locally: