- Oct 12, 2010
-
-
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.
-
- Jun 14, 2010
-
-
intrigeri authored
... so that this option can be disabled on systems that don't support it. This also allows to use another compression program, such as pbzip2 on SMP machines (closes Roundup bug #2405).
-
- Jan 05, 2010
-
-
intrigeri authored
Cherry-picked and re-indented patch 76792c8f45afa1fdaeb81c2af77499ca0b83ce64 from Olivier Berger. Conflicts: src/backupninja.in
-
- Mar 04, 2007
-
-
micah authored
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071)
-
- Dec 15, 2006
-
-
micah authored
-
- Oct 07, 2006
- Oct 06, 2006
-
-
micah authored
removed sys vserver not running noise report (anarcat suggestion)
-
- Jul 24, 2006
-
-
intrigeri authored
it can be changed.
-
- Jun 09, 2006
-
-
micah authored
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396
-
- Apr 12, 2006
-
-
micah authored
-
- Jan 26, 2006
-
-
micah authored
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release)
-
- Jan 02, 2006
-
-
intrigeri authored
Added (commented out) to backupninja.conf the default paths to programs such as PGSQLDUMP, so that users can figure out more easily they can customize them.
-
- Nov 29, 2005
-
-
intrigeri authored
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.
-
- Oct 26, 2005
- Oct 05, 2005
-
-
elijah authored
-
- Aug 20, 2005
- Aug 09, 2005
- Jul 08, 2005
-
-
micah authored
-
- Jul 01, 2005
-
-
elijah authored
No commit message
-
- Jun 21, 2005
-
-
micah authored
-
- Jun 13, 2005
- Jun 03, 2005
-
-
micah authored
-
- Jun 01, 2005
- May 27, 2005
- May 24, 2005
-
-
micah authored
-
- May 06, 2005
-
-
micah authored
-
- Apr 21, 2005
- Apr 19, 2005