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