fix(restic): switch to fd to include empty paths

This commit is contained in:
Felix Schröter 2022-05-15 19:37:53 +02:00
parent d979a126ab
commit de264cde5a
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,7 @@ in {
"/home/*/.local/share/Trash"
"/home/*/.cache"
"/var/lib/jellyfin/transcodes"
"**/.git"
];
timerConfig.OnCalendar = "0/4:00:00";
extraPruneOpts = [ "--keep-last 6" ];