]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-audit
backup-audit: Add more files to the checklist
[backup-script.git] / 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