feat(restic): extend ignore patterns

This commit is contained in:
Felix Schröter 2025-02-13 23:33:31 +01:00
parent 6679ce62c1
commit 6598879013
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,9 @@ in
"/var/lib/lxcfs"
"/var/lib/docker"
"/var/lib/flatpak"
"/var/lib/ollama"
"/var/lib/open-webui"
"/var/lib/private/open-webui"
"/home/*/Downloads"
"/home/*/Pictures"
"/home/*/Videos"
@ -56,9 +59,11 @@ in
"/home/*/.templateengine"
"/home/*/.var"
"/home/*/.wine"
"/home/*/.vagrant.d"
"/home/*/.local/share/containers"
"/home/*/.local/share/docker"
"/home/*/.local/share/flatpak"
"/home/*/.local/share/gnome-boxes"
"/home/*/.local/share/bottles"
"/home/*/.local/share/Steam"
"/home/*/.local/share/keybase"
@ -73,6 +78,7 @@ in
"/home/*/.config/gatsby"
"/home/*/.config/heroic"
"/home/*/.config/libvirt"
"/home/*/.config/Proton Pass"
"/home/*/.config/spotify/Users"
"/home/felschr/media"
"/home/felschr/keybase"

View file

@ -33,6 +33,8 @@ in
"/var/lib/lxcfs"
"/var/lib/docker"
"/var/lib/flatpak"
"/var/lib/open-webui"
"/var/lib/private/open-webui"
"/home/*/ignore"
"/home/*/.cache"
"/home/*/.local/share/containers"