From: hackbard Date: Sat, 20 Sep 2003 03:04:50 +0000 (+0000) Subject: backup mlist procmail settings X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=5fd7e75115cbdebd09748684dedbfa67740f0cb9 backup mlist procmail settings --- diff --git a/backup.sh b/backup.sh index ebf8c16..3d92329 100755 --- a/backup.sh +++ b/backup.sh @@ -119,6 +119,12 @@ if [ "$host" = "gate" ] ; then cp -r /etc/mail ./etc fi + # mlsit procmail + if [ -d /home/mlist ] ; then + echo "copying mlist procmail config" + cp -r /home/mlist mlsit_pm_config + fi + # irc stuff mkdir -p ./ircd [ -f /etc/opt/unrealircd/unrealircd.conf ] && \