Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
aide
aide-cron_daily.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aide-cron_daily.sh of Package aide
#!/bin/sh # # AIDE _Example_ Cron Script # # Use at your own risk! # # Matthias G. Eckermann <mge@suse.de> # AIDEBINARY=/usr/bin/aide AIDECONFIG=/etc/aide.conf AIDEDOMOUNT= AIDERODEVICE= MOUNT=/bin/mount UMOUNT=/bin/umount # # if you want to have the aide database on a CDROM, # then play with these options: # #AIDERODEVICE=/media/cdrom #AIDEDOMOUNT="yes" # some non-zero-string #AIDECONFIG=/media/cdrom/aide.conf if [ ".$AIDEDOMOUNT" != "." ] && [ ".$AIDERODEVICE" != "." ] ; then echo "mounting $AIDERODEVICE" $MOUNT $AIDERODEVICE fi if [ -x $AIDEBINARY -a $AIDECONFIG ]; then $AIDEBINARY --config=$AIDECONFIG --check fi if [ ".$AIDEDOMOUNT" != "." ] && [ ".$AIDERODEVICE" != "." ] ; then echo "unmounting $AIDERODEVICE" $UMOUNT $AIDERODEVICE fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor