From 8b443f8c6c7b0711f95e7e537677eabef77291b7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 17 Aug 2020 18:34:19 +0100 Subject: [PATCH] Disable file removed warnings for munin backup --- cookbooks/munin/templates/default/backup.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2