rsync: modify one example with more useful flags (#2477)

italian
Dylan Khor 2018-10-24 14:58:54 -04:00 committed by Starbeamrainbowlabs
parent 0e1256b244
commit 25441c6251
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
`rsync {{remote_host_name}}:{{remote_file_location}} {{local_file_location}}`
- Transfer file in archive (to preserve attributes) and compressed (zipped) mode:
- Transfer file in archive (to preserve attributes) and compressed (zipped) mode with verbose and human-readable progress:
`rsync -az {{path/to/file}} {{remote_host_name}}:{{remote_host_location}}`
`rsync -azvhP {{path/to/file}} {{remote_host_name}}:{{remote_host_location}}`
- Transfer a directory and all its children from a remote to local: