From 90f04e1727be5b9d1db99307134b0c99ee24b147 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 18 Jul 2016 18:33:48 +0200 Subject: [PATCH] backup-audit: Add more files to the checklist --- bin/backup-audit | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/backup-audit b/bin/backup-audit index ef0a9e3..65ff804 100755 --- a/bin/backup-audit +++ b/bin/backup-audit @@ -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 -- 2.39.2