X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b1c35e7b993b29d8212a0a98e810bbb1c710e319..4c749bbf1e706caf3211d49e56ef15ee0c1b513b:/cookbooks/switch2osm/templates/default/backup.cron.erb diff --git a/cookbooks/switch2osm/templates/default/backup.cron.erb b/cookbooks/switch2osm/templates/default/backup.cron.erb index 4a472e5aa..80047e839 100644 --- a/cookbooks/switch2osm/templates/default/backup.cron.erb +++ b/cookbooks/switch2osm/templates/default/backup.cron.erb @@ -13,6 +13,6 @@ ln -s /srv/switch2osm.org $T/switch2osm-$D/www export GZIP="--rsyncable -9" nice tar --create --gzip --dereference --directory=$T --file=$T/$B switch2osm-$D -nice rsync $T/$B backup::backup +nice rsync --bwlimit=500 $T/$B backup::backup rm -rf $T