]> arthur.barton.de Git - backup-script.git/commitdiff
backup-audit: Add more files to the checklist
authorAlexander Barton <alex@barton.de>
Mon, 18 Jul 2016 16:33:48 +0000 (18:33 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 18 Jul 2016 16:33:48 +0000 (18:33 +0200)
bin/backup-audit

index ef0a9e324d6c60e571ed1afea7020310acaa83d7..65ff8047e2a6c2e1f2065371793258602de5b11e 100755 (executable)
@@ -163,6 +163,8 @@ DiffGenerations() {
                        /etc/group \
                        /etc/gshadow \
                        \
+                       /boot/grub/grub.cfg \
+                       /etc/bash.bashrc \
                        /etc/fstab \
                        /etc/hostname \
                        /etc/hosts \
@@ -170,6 +172,13 @@ DiffGenerations() {
                        /etc/modules \
                        /etc/network/interfaces \
                        /etc/networks \
+                       /etc/nsswitch.conf \
+                       /etc/profile \
+                       /etc/rc.local \
+                       /etc/resolv.conf \
+                       /etc/services \
+                       /etc/sudoers \
+                       /etc/sysctl.conf \
                ; do
                        [[ -r "${gen1_d}${file}" ]] || continue