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

This commit is contained in:
Jake Vossen
2022-02-20 13:44:04 -07:00
committed by GitHub
parent c5bc16a465
commit 1b9e38cb1b

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: