rsync: fix example description (#4866)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
`rsync {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
`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}}`
|
`rsync -azvhP {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user