From cd971c4371b9a2fb612c272ed995f568fe2dea0f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 13 Nov 2022 12:21:59 +0100 Subject: [PATCH] Ignore the tag when forgeting desktop backups --- modules/restic/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 45e7d81..4fec04c 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -90,7 +90,6 @@ in ${pkgs.restic}/bin/restic \ forget \ --host ${config.networking.hostName} \ - --tag home-dir \ --keep-hourly 25 \ --keep-daily 7 \ --keep-weekly 5 \