aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2006-11-01 18:26:41 +0000
committerintrigeri <intrigeri@boum.org>2006-11-01 18:26:41 +0000
commit6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e (patch)
tree2d0988e58e1b5f720f3297b32136e882d33d89a2 /examples
parentd595bf00cbd1c13eb157edf8d29d4b8fa76220e2 (diff)
downloadbackupninja-6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e.tar.gz
backupninja-6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e.tar.bz2
pgsql: support PGSQLUSER for real (Closes: #396578)
Diffstat (limited to 'examples')
-rw-r--r--examples/example.pgsql5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/example.pgsql b/examples/example.pgsql
index d9aab42..42f045e 100644
--- a/examples/example.pgsql
+++ b/examples/example.pgsql
@@ -17,4 +17,7 @@
# compress = < yes | no > (default = yes)
# if yes, compress the pg_dump/pg_dumpall output.
-
+### You can also set the following variables in /etc/backupninja.conf:
+# PGSQLDUMP: pg_dump path (default: /usr/bin/pg_dump)
+# PGSQLDUMPALL: pg_dumpall path (default: /usr/bin/pg_dumpall)
+# PGSQLUSER: user running PostgreSQL (default: postgres)