Blob Blame History Raw
#!/bin/sh
ARGUSPATH=/var/lib/argus

# rotate and keep a copy of the argus log
cd $ARGUSPATH
mv argus.out archive/argus.out.`date +%Y-%m-%d`
gzip archive/argus.out.`date +%Y-%m-%d`
/sbin/tmpwatch -m 366d $ARGUSPATH/archive