From: mwolson_admin Date: Sat, 9 Feb 2008 05:12:09 +0000 (-0500) Subject: hcoop-backup: Throttle at 2.6Mbps. X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/451f65fdd12b7f9a9c5ba7afbcfa111b5d2dbe0f hcoop-backup: Throttle at 2.6Mbps. --- diff --git a/hcoop-backup b/hcoop-backup index 45007f7..2f5c794 100755 --- a/hcoop-backup +++ b/hcoop-backup @@ -16,7 +16,7 @@ PATH=$PATH:/bin:/usr/bin:/sbin:/usr/sbin COMPRESS_EXT=.gz COMPRESS_PROG=gzip # units for BWLIMIT are KB/s -BWLIMIT=250 +BWLIMIT=325 IFS=$'\n'