From 00a0c399cf1301c0ff64553647f548d55a2b4ba6 Mon Sep 17 00:00:00 2001 From: osiyuk Date: Mon, 5 Aug 2019 21:23:45 +0300 Subject: [PATCH] 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