X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=blobdiff_plain;f=backup.sh;h=648fdae011a573683b4b87e240b035008e92682d;hp=d40470d63549cc6e73b661d047b0f3ab1702de8d;hb=96f57f80346a55d364efc2c65e31d74e72c897f8;hpb=8ad15035ea446172c8745a3eff41fc5b9a19f972 diff --git a/backup.sh b/backup.sh index d40470d..648fdae 100755 --- a/backup.sh +++ b/backup.sh @@ -79,7 +79,7 @@ for i in $kernel_num; do done mkdir ./etc -for i in conf opt ppp; do +for i in conf opt ppp cups; do if [ -d /etc/$i ] ; then echo "copying /etc/$i" cp -r /etc/$i ./etc @@ -96,7 +96,7 @@ done for i in dhcpd.conf fstab hosts host.conf hosts.allow hosts.deny lilo.conf \ profile sendmail.cf resolv.conf exports fb.modes inetd.conf \ - xinetd.conf; do + xinetd.conf mp3user mp3db.conf; do if [ -f /etc/$i ] ; then echo "copying /etc/$i" cp /etc/$i ./etc @@ -171,10 +171,14 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" # home of hackbard mkdir -p ./home/hackbard echo "copying home" - for i in projects software store; do + for i in software store; do [ -d /home/hackbard/$i ] && \ cp -r /home/hackbard/$i ./home/hackbard done + if [ "$host" = "hackstation" ]; then + [ -d /home/hackbard/projects ] && \ + cp -r /home/hackbard/projects ./home/hackbard + fi for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \ .Xdefaults .signature .directfbrc; do [ -f /home/hackbard/$i ] && \