]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Add v. ugly temp workaround so that daily UCL backups complete"
authorGrant Slater <git@firefishy.com>
Fri, 4 Oct 2013 10:43:14 +0000 (11:43 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 4 Oct 2013 10:43:14 +0000 (11:43 +0100)
This reverts commit 26a68b9cedfe53e69e6b1571964985be174eee30.

cookbooks/blog/templates/default/backup.cron.erb
cookbooks/stateofthemap/templates/default/backup.cron.erb
cookbooks/switch2osm/templates/default/backup.cron.erb
cookbooks/thinkup/templates/default/backup.cron.erb

index be093634e67b0f21a4630fc49dbf4512e8d24f2c..b64c4f072cd3e9be9ff70807f3a76cffba95c54a 100644 (file)
@@ -13,6 +13,6 @@ ln -s /srv/blog.openstreetmap.org $T/osm-blog-$D/www
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B osm-blog-$D
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B osm-blog-$D
-nice rsync --bwlimit=500 $T/$B backup::backup
+nice rsync $T/$B backup::backup
 
 rm -rf $T
 
 rm -rf $T
index 387759692dda9d53aa2b8cdfa844686096c05a79..e78b50348cadcca6d52c72984a49538c72cb26a2 100644 (file)
@@ -22,6 +22,6 @@ ln -s /srv/2012.stateofthemap.org $T/sotm-$D/www2012
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B sotm-$D
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B sotm-$D
-nice rsync --bwlimit=500 $T/$B backup::backup
+nice rsync $T/$B backup::backup
 
 rm -rf $T
 
 rm -rf $T
index 80047e839a0a7a7475949b2e9120791d7fc33bd2..4a472e5aa584695be678f708cd7de1c882e061d2 100644 (file)
@@ -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
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B switch2osm-$D
-nice rsync --bwlimit=500 $T/$B backup::backup
+nice rsync $T/$B backup::backup
 
 rm -rf $T
 
 rm -rf $T
index b243e9f07739854b4891757486e08983b86d231d..ecdba2ec4f2c90118d52f0cbaeb7a69a5164e5fd 100644 (file)
@@ -13,6 +13,6 @@ ln -s /srv/thinkup.openstreetmap.org $T/thinkup-$D/www
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B thinkup-$D
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B thinkup-$D
-nice rsync --bwlimit=500 $T/$B backup::backup
+nice rsync $T/$B backup::backup
 
 rm -rf $T
 
 rm -rf $T