X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/26a68b9cedfe53e69e6b1571964985be174eee30..59df18a47e1431952fcf82ca8ab318c2566370dc:/cookbooks/thinkup/templates/default/backup.cron.erb diff --git a/cookbooks/thinkup/templates/default/backup.cron.erb b/cookbooks/thinkup/templates/default/backup.cron.erb index b243e9f07..d46171796 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 -c arcfour" 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