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

View file

@ -0,0 +1,22 @@
#
# egbackup, copyright 2005 egressive limited, www.egressive.com
#
# 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-daily"
#
# directory in which to save the backups...
BU_DIR=/storage/oslUK
#
# directories to back up
FILES="/home/* /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE="*.log *Cache* *cache* *~ */tmp"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=4

View file

@ -0,0 +1,22 @@
#
# egbackup, copyright 2005 egressive limited, www.egressive.com
#
# configuration file for egbackup, a simple script for doing
# tar-based backups.
#
# base filename for the backups...
BU_FROOT="monthly"
CURRENT_LINK="Current-monthly"
#
# directory in which to save the backups...
BU_DIR=/storage/oslUK
#
# directories to back up
FILES="/home/* /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE=" *.log *Cache* *cache* *~ */tmp"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=3

View file

@ -0,0 +1,20 @@
#
# egbackup, copyright 2005 egressive limited, www.egressive.com
#
# Site-wide configuration for this installation of the Egressive Backup
# Utility.
#
# machine name
MACHINE_NAME="OslUK"
#
# report email address
EMAIL_TO=backup-reports@lists.openstrategies.net
#
# how nice should we be to the CPU?
# 0 is high priority, 19 is lowest priority
NICE=19
#
# directory name a user can use to keep some files
# out of the backup set, e.g. large unimportant files.
NO_BACKUP_DIR="nobackup"

View file

@ -0,0 +1,22 @@
#
# egbackup, copyright 2005 egressive limited, www.egressive.com
#
# configuration file for egbackup, a simple script for doing
# tar-based backups.
#
# base filename for the backups...
BU_FROOT="weekly"
CURRENT_LINK="Current-weekly"
#
# directory in which to save the backups...
BU_DIR=/storage/oslUK
#
# directories to back up
FILES="/home/* /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE=" *.log *Cache* *cache* *~ */tmp"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=3

View file

@ -0,0 +1,22 @@
#
# egbackup, copyright 2005 egressive limited, www.egressive.com
#
# configuration file for egbackup, a simple script for doing
# tar-based backups.
#
# base filename for the backups...
BU_FROOT="yearly"
CURRENT_LINK="Current-yearly"
#
# directory in which to save the backups...
BU_DIR=/storage/oslUK
#
# directories to back up
FILES="/home/* /etc /var/www /var/spool/mail"
#
# directories/files to exclude
EXCLUDE=" *.log *Cache* *cache* *~ */tmp"
#
# removal all but the $BU_TO_KEEP most recent
# backups.
BU_TO_KEEP=6