don't backup more unreadable files

This commit is contained in:
Felix Van der Jeugt 2021-09-06 13:55:13 +02:00
parent b64f921a9f
commit 6371fccf33
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ abysm)
--compression lz4 \
--exclude-caches \
--exclude '/etc/dhcpcd.secret' \
--exclude '/etc/dracut.conf.d/*' \
--exclude '/etc/iwd/main.conf' \
--exclude '/etc/sv/*/supervise' \
--exclude '/etc/sv/*/log/run' \
@ -87,7 +88,7 @@ abysm)
--exclude '/etc/securetty' \
--exclude '/etc/wpa_supplicant/wpa_supplicant.conf' \
--exclude '/etc/sv/wpa_supplicant/conf' \
--exclude '/etc/sudoers.dist' \
--exclude '/etc/sudoers.*' \
--exclude '/etc/kernel.d/post-install/50-grub' \
--exclude '/etc/kernel.d/post-remove/50-grub' \
--exclude '/etc/gshadow-' \