mirror of https://github.com/pditzel/dbb.git

pditzel
18.19.2017 e166542f57bc70ef0fefe399ceb43d60c4afc59c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
# Backup Postgres @ localhost as user postres (Debian)
 
POSTGRES_BACKUP_LOCAL=TRUE
 
# Should every database backuped in a single file?
# Works together with POSTGRES_BACKUP_LOCAL_DUMP_ALL
 
POSTGRES_BACKUP_LOCAL_SINGLE=TRUE
 
# Should all databases backuped in one large file?
# Works together with POSTGRES_BACKUP_LOCAL_SINGLE
 
POSTGRES_BACKUP_LOCAL_DUMP_ALL=TRUE
 
################################################################################
## Enable backup of remote postgres databases specified in ~/.pgpass
 
POSTGRES_BACKUP_REMOTE=TRUE