diff --git a/rsync.md b/rsync.md index eb6d2cffa..00f856861 100644 --- a/rsync.md +++ b/rsync.md @@ -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