rsync bwlimit option

useful for downloading from small and weak hosting
This commit is contained in:
osiyuk 2019-08-05 21:28:26 +03:00 committed by GitHub
parent 00a0c399cf
commit 9657713dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 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