backupninja/etc
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
..
cron.d change cronjob to autotools template 2005-10-26 23:01:45 +00:00
logrotate.d Move logrotate to autotools template 2005-10-26 23:02:25 +00:00
backupninja.conf.in Enable pg_dump format option. 2010-10-12 10:49:34 +02:00
Makefile.am fixed automake problem if /etc/backup.d already exists 2006-10-07 23:04:27 +00:00