aboutsummaryrefslogtreecommitdiff
path: root/etc/backup.d/example.pgsql
blob: 8313bd43b0df23974bbef2d288c7933c77fdc868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
### backupninja PostgreSQL config file ###

# backupdir = <dir> (default: /var/backups/postgres)
# where to dump the backups
#
# databases = < all | db1 db2 db3 > (default = all)
# which databases to backup. should either be the word 'all' or a 
# space separated list of database names.
# Note: when using 'all', pg_dumpall is used instead of pg_dump, which means
# that cluster-wide data (such as users and groups) are saved.
#
# compress = < yes | no > (default = yes)
# if yes, compress the pg_dump output. 
#
# vsname = <vserver> (no default)
# what vserver to operate on, only used if vserver = yes in /etc/backupninja.conf
# if you do not specify a vsname the host will be operated on
# Note: if operating on a vserver, $VROOTDIR will be prepended to backupdir.