X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6accbe964d9196c8f5b3e8685b10f38b990da6b7..a45c1200e1b7b9ffdefe5fef3af9b1a93f5de31d:/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 a8d3a5671..13d4228ce 100644 --- a/cookbooks/munin/templates/default/backup.cron.erb +++ b/cookbooks/munin/templates/default/backup.cron.erb @@ -12,7 +12,7 @@ ln -s /var/lib/munin/*.storable $T/munin-$D export RSYNC_RSH="ssh -ax" -nice tar --create --dereference --directory=$T munin-$D | nice gzip --rsyncable -9 > $T/$B +nice tar --create --dereference --directory=$T --warning=no-file-removed munin-$D | nice gzip --rsyncable -9 > $T/$B nice rsync --preallocate --fuzzy $T/$B backup::backup rm -rf $T