initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.

This commit is contained in:
Dave Lane 2016-03-16 13:43:31 +13:00
commit 43e0f5b59e
329 changed files with 31937 additions and 0 deletions

20
ebu/conf/daily.conf Normal file
View file

@ -0,0 +1,20 @@
#
# configuration file for /etc/ebu/ebu, a simple script for doing
# tar-based backups.
#
# base filename for the backups...
BU_FROOT="daily"
CURRENT_LINK="Current"
#
# directory in which to save the backups...
BU_DIR=/extra/apu
#
# directories to back up
FILES="/home /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE=" home/sites/subversion home/vmware home/server *.log *Cache* *cache* *~ */tmp *nobackup*"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=2

20
ebu/conf/weekly.conf Normal file
View file

@ -0,0 +1,20 @@
#
# configuration file for /etc/ebu/ebu, a simple script for doing
# tar-based backups.
#
# base filename for the backups...
BU_FROOT="weekly"
CURRENT_LINK="Current"
#
# directory in which to save the backups...
BU_DIR=/extra/apu
#
# directories to back up
FILES="/home /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE=" home/sites/subversion home/vmware home/server *.log *Cache* *cache* *~ */tmp *nobackup*"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=2