rsync bwlimit option
useful for downloading from small and weak hosting
This commit is contained in:
parent
00a0c399cf
commit
9657713dde
1
rsync.md
1
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
|
||||||
|
|
Loading…
Reference in New Issue