Skip to Content.
Sympa Menu

en - cleaning up old files

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: elijah <address@concealed>
  • To: address@concealed
  • Subject: cleaning up old files
  • Date: Mon, 24 Mar 2003 00:19:08 -0800 (PST)

Has anyone out there written some maintenance scripts to clean out some of
the files that sympa squirrels away. For example, in ~/archives/bounce.

Can I just run something like this:

cd /home/list/archives/bounce
find . -type f -atime 60 -exec rm {} \;

or would that create a problem? How about for archives? If I remove an
entire directory (for a months worth of archives) is that a good enough
way to clean out old archives?

Thanks,
-elijah




Archive powered by MHonArc 2.6.19+.

Top of Page