aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-28 16:09:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-28 16:09:44 -0200
commit6a2f2ac676d2cc2a8f7426487f7e5a0837fadd8c (patch)
treeffaaf7067a80489ca22c13ed5b8f010c68c677e8 /files
parentb36b7f4ad8b336c240dc92f9cf071849bf3b660f (diff)
downloadpuppet-backup-6a2f2ac676d2cc2a8f7426487f7e5a0837fadd8c.tar.gz
puppet-backup-6a2f2ac676d2cc2a8f7426487f7e5a0837fadd8c.tar.bz2
Lowering bwlimit for sync-backups
Diffstat (limited to 'files')
-rw-r--r--files/sync-backups2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-backups b/files/sync-backups
index 1588dce..ecf4be7 100644
--- a/files/sync-backups
+++ b/files/sync-backups
@@ -5,7 +5,7 @@
NODE="$1"
MEDIA="/media/usb"
-BWLIMIT="5000"
+BWLIMIT="2500"
IMAGES="/var/data/crypt/"
RSYNC="nice -n 19 rsync -avH --delete --bwlimit=$BWLIMIT"