From db3ddf9fd9e9028b4c151efba2b3f9e5bfb0504e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 13 Aug 2020 18:54:37 +0100 Subject: [PATCH] Disable file changed warnings for mailman backup --- cookbooks/mailman/templates/default/backup.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/mailman/templates/default/backup.cron.erb b/cookbooks/mailman/templates/default/backup.cron.erb index 25c1f7cab..a876ae81e 100644 --- a/cookbooks/mailman/templates/default/backup.cron.erb +++ b/cookbooks/mailman/templates/default/backup.cron.erb @@ -11,7 +11,7 @@ ln -s /var/lib/mailman $T/lists-$D/mailman export RSYNC_RSH="ssh -ax" -nice tar --create --dereference --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B +nice tar --create --dereference --warning=no-file-changed --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B nice rsync --preallocate --fuzzy $T/$B backup::backup rm -rf $T -- 2.39.5