]> arthur.barton.de Git - backup-script.git/commitdiff
backup-audit: Add some more systemd-related paths to check
authorAlexander Barton <alex@barton.de>
Tue, 12 Feb 2019 16:21:12 +0000 (17:21 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 12 Feb 2019 16:21:12 +0000 (17:21 +0100)
bin/backup-audit

index 6cfcf1637ac1b16d0d61cb72ed6af4df59b5bb03..4371bc7ae7ede3e3abb354720edf1684c3521f9e 100755 (executable)
@@ -241,6 +241,10 @@ DiffGenerations() {
                        /etc/systemd/network/ \
                        /etc/systemd/system/ \
                        /etc/systemd/user/ \
+                       /lib/systemd/network/ \
+                       /lib/systemd/system/ \
+                       /usr/lib/systemd/network/ \
+                       /usr/lib/systemd/user/ \
                        /var/log/dumps/ \
                ; do
                        [[ ! -d "${gen1_d}${dir}" ]] && continue