alyssum/restic: ignore snapshots correctly
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-06-19 10:46:10 +10:00
parent ac2690c973
commit 4b2270e57a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -13,7 +13,7 @@
repositoryFile = config.age.secrets.restic_url.path; repositoryFile = config.age.secrets.restic_url.path;
paths = ["/flower"]; paths = ["/flower"];
exclude = ["/.snapshots"]; exclude = ["/flower/.snapshots"];
timerConfig = { timerConfig = {
# every 6 hours # every 6 hours
OnCalendar = "*-*-* 00,06,12,18:00:00"; OnCalendar = "*-*-* 00,06,12,18:00:00";