From 773c194279bb6e1ca91de76b82fe94c6e2ff624a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 9 Aug 2005 20:28:52 +0000 Subject: Added pgsql (PostgreSQL) handler, with vservers support. --- etc/backup.d/example.pgsql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/backup.d/example.pgsql (limited to 'etc') diff --git a/etc/backup.d/example.pgsql b/etc/backup.d/example.pgsql new file mode 100644 index 0000000..8313bd4 --- /dev/null +++ b/etc/backup.d/example.pgsql @@ -0,0 +1,19 @@ +### backupninja PostgreSQL config file ### + +# backupdir = (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 = (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. + -- cgit v1.2.3