restic: add excludes / timer edits

This commit is contained in:
notohh 2023-12-30 20:47:47 -05:00
parent 9cc7a11663
commit 4ed9d57257
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -27,6 +27,8 @@
"/home/*/.factorio" "/home/*/.factorio"
"/home/*/.mplayer" "/home/*/.mplayer"
"/home/*/.steam" "/home/*/.steam"
"/home/*/.eclipse"
"/home/*/.bundle"
"/home/*/.local/share/Trash" "/home/*/.local/share/Trash"
"/home/*/.local/share/Steam" "/home/*/.local/share/Steam"
"/home/*/.local/share/.var" "/home/*/.local/share/.var"
@ -41,6 +43,8 @@
passwordFile = config.sops.secrets.restic-repo-pwd.path; passwordFile = config.sops.secrets.restic-repo-pwd.path;
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "daily";
RandomizedDelaySec = "10m";
Persistent = true;
}; };
}; };
}; };