initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
19
egpgdbbackup/monthly/osl.conf
Normal file
19
egpgdbbackup/monthly/osl.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash
|
||||
# backup directory
|
||||
BU_DIR=/storage/pgsql/monthly
|
||||
# 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 Monthly OSL Backup Report"
|
||||
# backup Identifier
|
||||
BU_IDENT=monthly
|
||||
# number of backups for each db to keep
|
||||
BU_TO_KEEP=12
|
||||
# output for debugging...
|
||||
VERBOSE=0
|
Loading…
Add table
Add a link
Reference in a new issue