X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2827bb4c1d2116657079719a078450513d647149..285e9901c691d922b8e3adaff28ec6604cd7e999:/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 9ff94f2e0..6b8460577 100644 --- a/cookbooks/munin/templates/default/backup.cron.erb +++ b/cookbooks/munin/templates/default/backup.cron.erb @@ -14,6 +14,6 @@ export GZIP="--rsyncable -9" export RSYNC_RSH="ssh -ax" nice tar --create --gzip --dereference --directory=$T --file=$T/$B munin-$D -nice rsync $T/$B backup::backup +nice rsync --preallocate --fuzzy $T/$B backup::backup rm -rf $T