From a049d723796d75cc523f0a2e9217aa78997148c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Oct 2025 20:09:41 +0100 Subject: [PATCH] hera: Fix backup command --- _machines/hera-tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_machines/hera-tasks.yml b/_machines/hera-tasks.yml index 175fac5..b206b2d 100644 --- a/_machines/hera-tasks.yml +++ b/_machines/hera-tasks.yml @@ -222,7 +222,7 @@ run forget restic-cmd \ forget \ - --prune + --prune \ --keep-daily 30 \ --keep-monthly 12 \ --keep-yearly 3