backupninja/examples
Jacob Anawalt 7355535ee1 Enable pg_dump format option.
The format option of pg_dump enables tar and custom archive file formats in
addition to the default plain-text file containing SQL commands.

When either the tar or custom format are selected the behaviour of database=all is changed to no longer dump a single file via pg_dumpall. Instead pg_dumpall
is called once to export the "global" data (roles & tablespaces) and then
pg_dump is called once for each non-template table in the database.

To support the GZIP and GZIP_OPTS variables in backupninja and to give the
default --rsyncable gzip compression flag a chance at working on a PostgreSQL
backup, the custom output is forced to not use compression. Instead compression
is done via a pipe to gzip. Hopefully this benefits rsync and rdiff-backup
style backups for reduced backup and storage costs that outweigh the
restoration ones.
2010-10-12 10:49:34 +02:00
..
example.dup Added /var/cache/backupninja/duplicity to default excludes. 2010-05-10 22:18:49 +02:00
example.ldap Fix ssl and tls options description (Closes Roundup bug #2407) 2010-06-14 19:16:34 +02:00
example.maildir added sshoptions variable to the maildir handler for arbitrary options that you might need to pass 2009-07-09 19:00:41 -04:00
example.makecd Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
example.mysql mysql: new sqldumpoptions config variable (Closes: #502966) 2008-12-09 11:40:03 +00:00
example.pgsql Enable pg_dump format option. 2010-10-12 10:49:34 +02:00
example.rdiff Added /var/cache/backupninja/duplicity to default excludes. 2010-05-10 22:18:49 +02:00
example.rsync add missing parameter to rsync 2007-12-02 16:56:32 +00:00
example.sh Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
example.svn Updated svn handler for new hotcopy functionality 2005-11-05 11:41:46 +00:00
example.sys sys: new lvm option to backup LVM metadata of every detected volume group 2009-01-22 22:15:13 +00:00
example.trac Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
Makefile.am fix alpha sort order in examples/Makefile.am to be less confusing 2010-01-26 18:46:40 +13:00