Skip to content

Commit

Permalink
added 'rsync' command structure to the README files
Browse files Browse the repository at this point in the history
  • Loading branch information
worxco committed May 3, 2010
1 parent 9326b6a commit 751e271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ Create a Content Type that has Title and Body. I named mine listserve.
You will want to update the drush_mailman.php script so that it points to the content type ( if you don't use the 'listserve' name ) that you are going to save all the mailman scripts into.

setup a cron job to run an rsync command to pull the archives across.
If you don't want ALL the lists, you could run this once for each list you want and just add the listname to the end (/var/lib/mailman/archives/private/<listname>/*)
rsync -av --exclude=*.mbox --exclude=attachments --exclude=*.gz --exclude=*.txt --exclude=database <user>@<mailmanserver>:/var/lib/mailman/archives/private/* .



0 comments on commit 751e271

Please sign in to comment.