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

Patrick Ditzel
18.46.2017 697aafe6b441d26eba9a63ff43ec777d704ad435
config/postgresql.cfg
@@ -1,19 +1,6 @@
################################################################################
# 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