diff --git a/services/restic/home-pc.nix b/services/restic/home-pc.nix
index 1b4a2e2..9874d8a 100644
--- a/services/restic/home-pc.nix
+++ b/services/restic/home-pc.nix
@@ -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"
diff --git a/services/restic/home-server.nix b/services/restic/home-server.nix
index f6c88a4..dfccd50 100644
--- a/services/restic/home-server.nix
+++ b/services/restic/home-server.nix
@@ -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"