aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/example.pgsql
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-10-05 15:54:23 +0000
committerElijah Saxon <elijah@riseup.net>2005-10-05 15:54:23 +0000
commit55427e72e27238e86d205399eb8b379ebcc14ef5 (patch)
treedaa3f70fced0ea5f94a31c2c298910ad6b897f0b /docs/examples/example.pgsql
parent1645c0c8572abe98f4d92d951ad3482b15cd4db4 (diff)
downloadbackupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.gz
backupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.bz2
moved stuff around.
Diffstat (limited to 'docs/examples/example.pgsql')
-rw-r--r--docs/examples/example.pgsql20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/examples/example.pgsql b/docs/examples/example.pgsql
new file mode 100644
index 0000000..d9aab42
--- /dev/null
+++ b/docs/examples/example.pgsql
@@ -0,0 +1,20 @@
+### backupninja PostgreSQL config file ###
+
+# 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.
+
+# 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/pg_dumpall output.
+
+