From e02338e5c58a4287adb649fd196d3a4864ef1d2c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Sep 2016 15:14:39 +0200 Subject: syncrepo.sh: Improve description Signed-off-by: Florian Pritz --- syncrepo.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'syncrepo.sh') diff --git a/syncrepo.sh b/syncrepo.sh index 23cc26e..f6c8f5d 100755 --- a/syncrepo.sh +++ b/syncrepo.sh @@ -3,8 +3,9 @@ # This is a simple mirroring script. To save bandwidth it first checks a # timestamp via HTTP and only runs rsync when the timestamp differs from the # local copy. As of 2016, a single rsync run without changes transfers roughly -# 6MiB of data which adds up to roughly 250GiB of traffic per month. Performing -# a simple check via HTTP first can thus save a lot of traffic. +# 6MiB of data which adds up to roughly 250GiB of traffic per month when rsync +# is run every minute. Performing a simple check via HTTP first can thus save a +# lot of traffic. home="/srv" target="${home}/repo" -- cgit v1.2.3-24-g4f1b