alyssum/restic: ignore snapshots correctly
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
ac2690c973
commit
4b2270e57a
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue