From 216e4418d3ec176923e833114560fbb540ea4281 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 31 Oct 2025 00:02:11 +0000 Subject: [PATCH] otrs: fix backup typo --- cookbooks/otrs/templates/default/backup.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/otrs/templates/default/backup.cron.erb b/cookbooks/otrs/templates/default/backup.cron.erb index 2bf2f8798..64e9b31b1 100644 --- a/cookbooks/otrs/templates/default/backup.cron.erb +++ b/cookbooks/otrs/templates/default/backup.cron.erb @@ -19,7 +19,7 @@ ln -s /etc/apache2/sites-available/otrs.openstreetmap.org.conf "$T/otrs-$D/apach nice tar --create --dereference --directory="$T" \ --sort=name \ - --exclude="otrs-$D//otrs-var/tmp/CacheFileStorable" \ + --exclude="otrs-$D/otrs-var/tmp/CacheFileStorable" \ "otrs-$D" | nice zstd --quiet --long --rsyncable -o "$T/$B" nice rsync --preallocate --fuzzy "$T/$B" backup.openstreetmap.org::backup -- 2.39.5