"Andy J. Smith" <andy@mythic.net> wrote:
>
>The problem is the direct adding method means that the whole list will be
>put in one archive, not separated by month - this could soon become too
>much for a busy list.
>
>So, basically, I would appreciate if anyone with a working
>web-accessible archive could let me know what software they're using.
I run mhonarc via a script that creates monthly archives, e.g.:
#!/bin/sh
PATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin
export PATH
year=`date +%Y`
month=`date +%m`
mhonarc -add -quiet -outdir /http/docs/LISTNAME/${year}/${month} >>archive.log 2>&1
Been doing it this way for years, and it works great.
-Dave
References:
|
|