1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 18:55:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: