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