X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/26a68b9cedfe53e69e6b1571964985be174eee30..753fd4b1be9da70a6f5c596c839ecbdbf43afc9b:/cookbooks/thinkup/templates/default/backup.cron.erb?ds=sidebyside diff --git a/cookbooks/thinkup/templates/default/backup.cron.erb b/cookbooks/thinkup/templates/default/backup.cron.erb index b243e9f07..3460cbe48 100644 --- a/cookbooks/thinkup/templates/default/backup.cron.erb +++ b/cookbooks/thinkup/templates/default/backup.cron.erb @@ -11,8 +11,9 @@ mysqldump --user=thinkup --password=<%= @passwords["database"] %> --opt thinkup ln -s /srv/thinkup.openstreetmap.org $T/thinkup-$D/www export GZIP="--rsyncable -9" +export RSYNC_RSH="ssh -ax" 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