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