[ mailman-Patches-671057 ] a shell script for lists backup

SourceForge.net noreply at sourceforge.net
Wed Jan 21 16:06:37 EST 2004


Patches item #671057, was opened at 2003-01-20 09:02
Message generated for change (Comment added) made by chomo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=671057&group_id=103

Category: command line scripts
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Fil (filfil)
Assigned to: Nobody/Anonymous (nobody)
Summary: a shell script for lists backup

Initial Comment:
#################### mailman_save_lists.sh #####################
# v0.14 2003-01-14 11:30
#
# this script saves a copy of mailman lists and config files
# call this script regularly from the 'mailman' user
# e.g. daily from crontab 
# 01 08 * * * /path/to/mailman_save_lists.sh
#
# we do save lists each time in compressed form: either they
# are big and we can imagine they change each time, or they
# are very small and we don't care
#
# comments to: <fil+mailman at rezo.net>
#
# please configure below: where lists are to be found,
# and where states are to be saved (must be 'mailman'-writable)
########
mailman=/home/mailman
lists=$mailman/lists/
state=/var/state/mailman/
########


----------------------------------------------------------------------

Comment By: alan johnson (chomo)
Date: 2004-01-21 21:06

Message:
Logged In: YES 
user_id=943591

yes right

----------------------------------------------------------------------

Comment By: Fil (filfil)
Date: 2003-01-20 09:05

Message:
Logged In: YES 
user_id=243444

Can I attach a file? Second try.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=671057&group_id=103



More information about the Mailman-coders mailing list