From: mwolson_admin Date: Wed, 25 Jun 2008 06:36:24 +0000 (-0400) Subject: hcoop-backup: Fix typo in comment. X-Git-Url: http://git.hcoop.net/clinton/scripts.git/commitdiff_plain/6cc4523aaf00b4b630dc6bed91a7c1f5098b1148 hcoop-backup: Fix typo in comment. --- diff --git a/hcoop-backup b/hcoop-backup index 6200a65..10bdc9a 100755 --- a/hcoop-backup +++ b/hcoop-backup @@ -17,7 +17,7 @@ COMPRESS_EXT=.gz COMPRESS_PROG=gzip # units for BWLIMIT are KB/s BWLIMIT=325 -# units for CHUNKSIZE are MB/s +# units for CHUNKSIZE are MB CHUNKSIZE=5000 IFS=$'\n'