From 9657713dde92931afa7a3ce497d9e2febcafe142 Mon Sep 17 00:00:00 2001 From: osiyuk Date: Mon, 5 Aug 2019 21:28:26 +0300 Subject: [PATCH] rsync bwlimit option useful for downloading from small and weak hosting --- rsync.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rsync.md b/rsync.md index b5f33c0a7..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