From 58d050e894eaf84aa90ad8ae1e0f5f2d7ac628b0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 5 Sep 2025 13:11:54 +0100 Subject: [PATCH] mailman: fix typo in backup script --- 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 8f1452dd9..a3da0832b 100644 --- a/cookbooks/mailman/templates/default/backup.cron.erb +++ b/cookbooks/mailman/templates/default/backup.cron.erb @@ -17,7 +17,7 @@ nice tar --create --dereference \ --warning=no-file-removed \ --exclude='*/archives/*.txt.gz' \ --directory="$T" \ - "lists-$D" | nice zstd --quiet --adapt--rsyncable -o "$T/$B" + "lists-$D" | nice zstd --quiet --adapt --rsyncable -o "$T/$B" nice rsync --preallocate --fuzzy "$T/$B" backup.openstreetmap.org::backup -- 2.39.5