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,19 @@
#!/bin/bash
# backup directory
BU_DIR=/storage/pgsql/weekly
# server
SERVER=localhost
# user info
USER=osl
PASSWORD=bigtime
# a list of databases to backup
DBS="osl"
# email address to send reports to, and subject
EMAIL=backup-reports@lists.openstrategies.net
EMAIL_SUBJ="OslUK Postgres Weekly OSL Backup Report"
# backup Identifier
BU_IDENT=weekly
# number of backups for each db to keep
BU_TO_KEEP=4
# output for debugging...
VERBOSE=0