rsync: fix example description (#4866)
This commit is contained in:
parent
8dcd63a156
commit
0162480727
|
|
@ -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}}`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue