Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c0c4c06b8918076305e80df10756842d > files > 13

aide-0.15.1-1.fc15.i686.rpm

#!/bin/bash
#
# Lifted from E-mails by Sven.Hartrumpf@fernuni-hagen.de
#
# The idea is to set database_out=stderr in aide.conf you can then use
# this one liner to decompress aide.db and recompress aide.db.new

bzcat aide.db.bz2 | ( /media/floppy/aide -c aide.conf --verbose=0 -u 1> /tmp/aideu.log ) 2>&1 | bzip2 -9 > aide.db.new