From 6cf84aae1c5a6c681592e82157d13f8801ba1314 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 10 Oct 2010 11:45:13 +0200 Subject: bwlimit specify RSYNC_BW to limit rsyncs bandwidth. value in kb. 0 or unset means unlimited Signed-off-by: Joerg Jaspert --- etc/ftpsync.conf.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample index e6615e7..f4f1ae5 100644 --- a/etc/ftpsync.conf.sample +++ b/etc/ftpsync.conf.sample @@ -61,7 +61,7 @@ ## Use as space seperated list. ## Possible values are: ## alpha, amd64, arm, armel, hppa, hurd-i386, i386, ia64, kfreebsd-amd64, -## kfreebsd-i386, m68k, mipsel, mips, powerpc, s390, sh and sparc +## kfreebsd-i386, m68k, mipsel, mips, powerpc, s390, sh, sparc and source ## eg. ARCH_EXCLUDE="alpha arm armel mipsel mips s390 sparc" ## An unset value will mirror all architectures (default!) #ARCH_EXCLUDE="" @@ -101,6 +101,9 @@ ## BE VERY CAREFUL WHEN YOU CHANGE THE RSYNC_OPTIONS! BETTER DON'T! ## BE VERY CAREFUL WHEN YOU CHANGE THE RSYNC_OPTIONS! BETTER DON'T! +## limit I/O bandwidth. Value is KBytes per second, unset or 0 means unlimited +#RSYNC_BW="" + ## Default rsync options every rsync invocation sees. #RSYNC_OPTIONS="-prltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${MIRRORNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${MIRRORNAME}" -- cgit v1.2.3