1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:26:01 +02:00

rsync: fix example description (#4866)

This commit is contained in:
Giovanni Geraci 2020-10-26 12:52:26 +01:00 committed by GitHub
parent 8dcd63a156
commit 0162480727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
`rsync {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
- Transfer file in [a]rchive (to preserve attributes) and compressed ([z]ipped) mode with [v]erbose and [h]uman-readable [p]rogress:
- Transfer file in [a]rchive (to preserve attributes) and compressed ([z]ipped) mode with [v]erbose and [h]uman-readable [P]rogress:
`rsync -azvhP {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}}`