From 00a0c399cf1301c0ff64553647f548d55a2b4ba6 Mon Sep 17 00:00:00 2001 From: osiyuk Date: Mon, 5 Aug 2019 21:23:45 +0300 Subject: [PATCH 1/2] rsync stats option very useful if you use -a option with large directories --- rsync.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rsync.md b/rsync.md index eb6d2cffa..b5f33c0a7 100644 --- a/rsync.md +++ b/rsync.md @@ -36,6 +36,7 @@ rsync -avz ./src/ /dest ```bash -q, --quiet -v, --verbose + --stats -h, --human-readable --progress -P # same as --partial --progress From 9657713dde92931afa7a3ce497d9e2febcafe142 Mon Sep 17 00:00:00 2001 From: osiyuk Date: Mon, 5 Aug 2019 21:28:26 +0300 Subject: [PATCH 2/2] 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