chore(restic): extend ignore patterns

This commit is contained in:
Felix Schröter 2022-08-15 21:05:58 +02:00
parent b9c61b9182
commit 76d4457e92
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 57 additions and 2 deletions

View file

@ -27,6 +27,17 @@ in {
"/home/*/.local/share/containers"
"/home/*/.local/share/Trash"
"/var/lib/jellyfin/transcodes"
# general
".cache"
"cache"
".tmp"
".temp"
"tmp"
"temp"
".log"
"log"
".Trash"
];
timerConfig.OnCalendar = "0/4:00:00";
extraPruneOpts = [ "--keep-last 6" ];