X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7c4617fecf22890887fd1cda4b5d820d21a71d44..51096343cee85550cd197da1f8354f8407506af5:/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 d46171796..3460cbe48 100644 --- a/cookbooks/thinkup/templates/default/backup.cron.erb +++ b/cookbooks/thinkup/templates/default/backup.cron.erb @@ -11,7 +11,7 @@ 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" +export RSYNC_RSH="ssh -ax" nice tar --create --gzip --dereference --directory=$T --file=$T/$B thinkup-$D nice rsync $T/$B backup::backup