Don't backup journal

This commit is contained in:
Anthony Wang 2022-02-14 21:43:39 -06:00
parent 89079bbe8f
commit 942d6c01dc
Signed by: a
GPG key ID: BC96B00AEC5F2D76

1
backup
View file

@ -27,6 +27,7 @@ nice -n19 ionice -c3 \
bup index \
--exclude='/var/tmp' \
--exclude='/var/cache' \
--exclude='/var/log/journal' \
--exclude-rx='.*.qcow2' \
--exclude-rx='.*.journal' \
--exclude-rx='.*.wbfs' \