From d31daec4d0085b5e268557b9b99dea2e45a71b2b Mon Sep 17 00:00:00 2001 From: mxmehl Date: Wed, 24 Jun 2015 13:35:52 +0300 Subject: [PATCH] more backup paths --- server/backup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/backup.sh b/server/backup.sh index f0f0a48..cbb9400 100755 --- a/server/backup.sh +++ b/server/backup.sh @@ -9,6 +9,11 @@ BAKS="/root/scripts /etc/apache2/sites-available /etc/samba/smb.conf \ /etc/apt-cacher-ng/acng.conf \ +/etc/dnsmasq.conf \ +/etc/ssh/sshd_config \ +/etc/NetworkManager/system-connections/eth0 \ +/etc/hosts \ +/etc/apache2/apache2.conf \ " if [ ! -e $BAKDIR ]; then