Merge pull request #1165 from osiyuk/master

useful rsync options
This commit is contained in:
Rico Sta. Cruz 2019-09-01 16:31:52 +10:00 committed by GitHub
commit c98bbd5b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ rsync -avz ./src/ /dest
-z, --compress
-n, --dry-run
--partial # allows resuming of aborted syncs
--bwlimit=RATE # limit socket I/O bandwidth
```
### Display options
@ -36,6 +37,7 @@ rsync -avz ./src/ /dest
```bash
-q, --quiet
-v, --verbose
--stats
-h, --human-readable
--progress
-P # same as --partial --progress