borgbackup: Exclude /usr/lib/ and /root/.cache/

This commit is contained in:
Jannik Beyerstedt 2025-02-15 18:41:11 +01:00
parent 6b794724c3
commit bba1293a0e

View file

@ -19,6 +19,8 @@ borg create \
--compression lz4 \
--exclude-caches \
--exclude '/home/*/.cache/*' \
--exclude '/root/.cache/*' \
--exclude '/usr/lib/*' \
--exclude '/var/run' \
--exclude '/var/cache/*' \
--exclude '/var/tmp/*' \