X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e5b3edcc1681db80533f35c67b5c3f1c0d2e866e..4166e6d35cf8c114805a3da2f8b39ad1f26de6df:/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 ecdba2ec4..3460cbe48 100644 --- a/cookbooks/thinkup/templates/default/backup.cron.erb +++ b/cookbooks/thinkup/templates/default/backup.cron.erb @@ -11,6 +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" nice tar --create --gzip --dereference --directory=$T --file=$T/$B thinkup-$D nice rsync $T/$B backup::backup