aboutsummaryrefslogtreecommitdiff
path: root/examples/example.pgsql
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-10-26 23:04:16 +0000
committerMicah Anderson <micah@riseup.net>2005-10-26 23:04:16 +0000
commitc4785ba5edb9738f7e9da8c4086a4b6984515dd2 (patch)
treec632486eca3dc14bc60d2e9430e9772b81477fcd /examples/example.pgsql
parentd58025ceb0d044b0e21536262c2818a700c4a382 (diff)
downloadbackupninja-c4785ba5edb9738f7e9da8c4086a4b6984515dd2.tar.gz
backupninja-c4785ba5edb9738f7e9da8c4086a4b6984515dd2.tar.bz2
Moving to autotools standard layout
Diffstat (limited to 'examples/example.pgsql')
-rw-r--r--examples/example.pgsql20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/example.pgsql b/examples/example.pgsql
new file mode 100644
index 0000000..d9aab42
--- /dev/null
+++ b/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.
+
+