From: hackbard Date: Tue, 22 Apr 2003 18:35:17 +0000 (+0000) Subject: added mp3user and mp3db.conf file for backup X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=3740cd5c868ce60e099814c7295f00309f8c3ae5 added mp3user and mp3db.conf file for backup --- diff --git a/backup.sh b/backup.sh index 703a495..e477347 100755 --- a/backup.sh +++ b/backup.sh @@ -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