On Mon, 2002-12-09 at 02:32, Faruk Ahmed wrote: > Where can I see the members of list ? I looked in /home/mailman/lists/.. but > could not see any file to show members. > > I want to keep backup of the lists including members email address and > configuration of the lists. Does /home/mailman/lists/* cover everything? > Thanks > > Faruk >
Yes, backing up /home/mailman/lists/.. will save list configurations and membership information. The key file for any list is: config.db If you want a text copy of each list and its configuration you can use: /home/mailman/bin/dumpdb -o - /home/mailman/lists/<listname>/config.db Dumpdb dumps out the config.db database and can also be used to upload edited text directly into a database. For further information, see the FAQ and archives. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Good Luck - Jon Carnes ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
