Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 0579aea1bed1f902d8e055a57827559c > files > 12

aide-0.14-5.fc13.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