X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=backup.sh;h=3d92329df763035ea6a9cb0b37a11be35eb81a08;hb=b46077f8873d4f324aff6b060b3ba1a12a1ba84a;hp=ebf8c16a46aba415d5a5f764a145a3b8d42fcccd;hpb=026d55d4612eea2a125797446e6e478ab592f3d1;p=scripts%2Fscripts.git 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 ] && \