X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7c4617fecf22890887fd1cda4b5d820d21a71d44..51096343cee85550cd197da1f8354f8407506af5:/cookbooks/munin/templates/default/backup.cron.erb diff --git a/cookbooks/munin/templates/default/backup.cron.erb b/cookbooks/munin/templates/default/backup.cron.erb index 80e78c43f..33ac59256 100644 --- a/cookbooks/munin/templates/default/backup.cron.erb +++ b/cookbooks/munin/templates/default/backup.cron.erb @@ -7,7 +7,7 @@ D=$(date +%Y-%m-%d) B=munin-$D.tar.gz export GZIP="--rsyncable -9" -export RSYNC_RSH="ssh -ax -c arcfour" +export RSYNC_RSH="ssh -ax" nice tar --create --gzip --dereference --directory=/var/lib/munin --file=$T/$B openstreetmap *.storable nice rsync $T/$B backup::backup