chore(restic): extend ignore patterns
This commit is contained in:
parent
b9c61b9182
commit
76d4457e92
2 changed files with 57 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue