X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=blobdiff_plain;f=backup.sh;h=998f36b7f71819c47079a156c951507c5d19790d;hp=56031d6405f8320deea59b4f5b0ce0b072ca1ca5;hb=fbb6a7c04c84b80a894dad678dd9157d47ac3620;hpb=eea7b0f3e29f462575ee58c5570716a3f8ff16ac diff --git a/backup.sh b/backup.sh index 56031d6..998f36b 100755 --- a/backup.sh +++ b/backup.sh @@ -95,7 +95,8 @@ for i in `ls -A /etc/conf`; do done for i in dhcpd.conf fstab hosts host.conf hosts.allow hosts.deny lilo.conf \ - profile sendmail.cf resolv.conf exports; do + profile sendmail.cf resolv.conf exports fb.modes inetd.conf \ + xinetd.conf; do if [ -f /etc/$i ] ; then echo "copying /etc/$i" cp /etc/$i ./etc @@ -147,11 +148,12 @@ cd ${backup_dir}/${host}-backup-${backup_date} if [ "$host" = "gate" ] ; then # minimalist and mail stuff - mkdir -p minimalist_spool mail_admin mail_hackbard + mkdir -p minimalist_spool mail_admin mail_hackbard mail_mlist echo "copying minimalist and mail stuff" cp -r /opt/minimalist/spool/* ./minimalist_spool cp -r /home/hackbard/* ./mail_hackbard cp -r /home/admin/* ./mail_admin + cp /var/mail/mlist ./mail_mlist # www and cvs stuff mkdir chroot @@ -159,6 +161,7 @@ if [ "$host" = "gate" ] ; then echo "copying /chroot/$i" tar -cf ./chroot/$i.tar /chroot/$i done + tar -cf ./mlist-archive.tar /home/mlist/public_html fi