feat(restic): extend ignore patterns
This commit is contained in:
parent
6679ce62c1
commit
6598879013
2 changed files with 8 additions and 0 deletions
services/restic
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue