From a8947f339d8d18f8bee9e8706e088339b8525088 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 13 May 2026 08:50:41 +0100 Subject: [PATCH] Correct switch name in backup script --- 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 449835093..954cfe9b3 100644 --- a/cookbooks/stateofthemap/templates/default/backup.cron.erb +++ b/cookbooks/stateofthemap/templates/default/backup.cron.erb @@ -30,7 +30,7 @@ nice tar --create --dereference --directory="$T" \ --exclude="sotm-<%= @name %>-$D/www2011/wp/.svn/tmp" \ --exclude="sotm-<%= @name %>-$D/www2012/wp/.svn/tmp" \ --sort=name \ - "sotm-$D" | nice zstd -T0 -quiet --long --rsyncable -o "$T/$B" + "sotm-$D" | nice zstd -T0 --quiet --long --rsyncable -o "$T/$B" nice rsync --preallocate --fuzzy "$T/$B" backup.openstreetmap.org::backup -- 2.47.3