From 8a9f373d37ebfd2be884e4ca66526a0a5151817a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Mar 2023 09:36:54 +0100 Subject: [PATCH 1/1] Suppress file changed warnings during SOTM backup --- cookbooks/stateofthemap/templates/default/backup.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/stateofthemap/templates/default/backup.cron.erb b/cookbooks/stateofthemap/templates/default/backup.cron.erb index 20ff15888..d7742f449 100644 --- a/cookbooks/stateofthemap/templates/default/backup.cron.erb +++ b/cookbooks/stateofthemap/templates/default/backup.cron.erb @@ -25,7 +25,7 @@ ln -s /srv/2016.stateofthemap.org $T/sotm-$D/www2016 export RSYNC_RSH="ssh -ax" -nice tar --create --dereference --directory=$T sotm-$D | nice gzip --rsyncable -9 > $T/$B +nice tar --create --dereference --directory=$T --warning=no-file-changed sotm-$D | nice gzip --rsyncable -9 > $T/$B nice rsync --preallocate --fuzzy $T/$B backup::backup rm -rf $T -- 2.39.5