backup: exclude podman stuff by default

This commit is contained in:
cy 2024-12-30 23:30:31 -05:00
parent 4acdc033e7
commit 0097bd40f4
3 changed files with 1 additions and 8 deletions

View file

@ -22,6 +22,7 @@ let
"**/cache"
"**/Cache"
"/var/lib/docker"
"/var/lib/containers" # podman
"/var/lib/systemd"
"/var/lib/libvirt"
"**/.rustup"