Actually use tag variable in restic forget

This commit is contained in:
Andreas Zweili 2023-11-26 16:20:06 +01:00
parent 8f94201019
commit ba7c9ac969
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ in
--stdin-filename mariadb.xb
${pkgs.restic}/bin/restic forget \
--tag home-dir \
--tag ${cfg.tag} \
--host ${config.networking.hostName} \
--keep-daily 7 \
--keep-weekly 5 \

View File

@ -57,7 +57,7 @@ in
--stdin-filename all_databases.sql
${pkgs.restic}/bin/restic forget \
--tag home-dir \
--tag ${cfg.tag} \
--host ${config.networking.hostName} \
--keep-daily 7 \
--keep-weekly 5 \

View File

@ -50,7 +50,7 @@ in
--tag ${cfg.tag} ${cfg.path}
${pkgs.restic}/bin/restic forget \
--tag home-dir \
--tag ${cfg.tag} \
--host ${config.networking.hostName} \
--keep-daily 7 \
--keep-weekly 5 \