X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=backup.sh;h=d40470d63549cc6e73b661d047b0f3ab1702de8d;hb=8ad15035ea446172c8745a3eff41fc5b9a19f972;hp=e2d401d71d2d2b56b33df76319deb0eade714423;hpb=2bca8734ea99a41ef910a1b4174607c1171ee4c2;p=scripts%2Fscripts.git diff --git a/backup.sh b/backup.sh index e2d401d..d40470d 100755 --- a/backup.sh +++ b/backup.sh @@ -28,7 +28,6 @@ else exit 1 fi -echo this if [ ! -z "$2" ] ; then if [ "$2" = "-backup_dir" -a -d $3 ] ; then echo "using $3 as a backup directory ..." @@ -36,10 +35,9 @@ if [ "$2" = "-backup_dir" -a -d $3 ] ; then fi fi -echo that # set kernel version(s) to store their .config if [ -d /usr/src/linux ] ; then - kernel_num=`ls /usr/src/ | grep 'linux-' | awk -F- '{ print $2 }'` + kernel_num=`ls /usr/src/ | grep '^linux-' | sed 's/linux-//g'` fi @@ -97,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 @@ -149,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 @@ -161,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 @@ -175,7 +176,7 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" cp -r /home/hackbard/$i ./home/hackbard done for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \ - .Xdefaults .signature; do + .Xdefaults .signature .directfbrc; do [ -f /home/hackbard/$i ] && \ cp -r /home/hackbard/$i ./home/hackbard done