From 5fd7e75115cbdebd09748684dedbfa67740f0cb9 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 20 Sep 2003 03:04:50 +0000 Subject: [PATCH] backup mlist procmail settings --- backup.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 ] && \ -- 2.20.1