mhonarc-users

Re: mgtmp problem or going from mbox to mhonarc

1997-10-30 16:06:03
dj noahphex wrote:
On Thu, 30 Oct 1997, Earl Hood wrote:

Those files are left over temp files when mhonarc edits message
pages.  They are normally automatically removed.  However, some
abnormal condition (like abnormal program termination) may cause
the files to be no deleted.

Okay I ended up deleting them. Luckily since I was using those elm filters
it had all my messages saved into an mbox. From there I just did a:

cat archive | mhonarc -outdir /home/merrick/gtech-archives -- -

which worked *perfectly* to restore all the archives. =)

Now if I can just figure out a nice routine to rotate these monthly!

Something like this works :-)

DATE="`/usr/bin/date +%Y-%m`"
test -d "$DATE" || mkdir "$DATE"
exec mhonarc -outdir "$DATE"


Achim



                 dj noahphex   ::  noahphex(_at_)hardcorps(_dot_)org
                     http://www.hardcorps.org/noahphex
                     Voice Mail: 1 - 512 - 703 - 8901
             Texas Raves & Happy Hardcore Mailing List Owner
             "Caffeine Free Coke is like cocaine free crack"


<Prev in Thread] Current Thread [Next in Thread>