restic: add excludes / timer edits
This commit is contained in:
parent
9cc7a11663
commit
4ed9d57257
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
"/home/*/.factorio"
|
||||
"/home/*/.mplayer"
|
||||
"/home/*/.steam"
|
||||
"/home/*/.eclipse"
|
||||
"/home/*/.bundle"
|
||||
"/home/*/.local/share/Trash"
|
||||
"/home/*/.local/share/Steam"
|
||||
"/home/*/.local/share/.var"
|
||||
|
@ -41,6 +43,8 @@
|
|||
passwordFile = config.sops.secrets.restic-repo-pwd.path;
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
RandomizedDelaySec = "10m";
|
||||
Persistent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue