X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.pgsql;h=42f045e0953ad6a56417125a1d2e0dc08218ce78;hb=0a4a1886636478d6daf13e7f7d9adfbd2e275228;hp=d9aab420c1374cfb3a28221ef283af92d3743638;hpb=cff12f8189fe48fc4f7be558b16c13d80d21a47c;p=matthijs%2Fupstream%2Fbackupninja-vserver.git 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)