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

Patrick Ditzel
14.16.2017 73b16f84d25c73401a056e26ebbd3504ecb3c272
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