borg: exclude logs and vms from backup

This commit is contained in:
cy 2024-12-29 01:11:50 -05:00
parent ea73f7c1ae
commit 51d52270e8
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@
"/home" "/home"
"/var/backup" "/var/backup"
"/var/lib" "/var/lib"
"/var/log"
"/opt" "/opt"
"/etc" "/etc"
"/vw-data" "/vw-data"

View file

@ -192,7 +192,6 @@
"/root" "/root"
"/home" "/home"
"/var/lib" "/var/lib"
"/var/log"
"/opt" "/opt"
"/etc" "/etc"
]; ];
@ -203,6 +202,7 @@
"**/Cache" "**/Cache"
"/var/lib/docker" "/var/lib/docker"
"/var/lib/private/ollama" "/var/lib/private/ollama"
"/var/lib/libvirt"
"/home/**/Downloads" "/home/**/Downloads"
"**/.rustup" "**/.rustup"
"**/.docker" "**/.docker"