From 6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 1 Nov 2006 18:26:41 +0000 Subject: pgsql: support PGSQLUSER for real (Closes: #396578) --- examples/example.pgsql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/example.pgsql') 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) -- cgit v1.2.3