- Feb 25, 2012
-
-
intrigeri authored
-
- Apr 25, 2011
-
-
intrigeri authored
-
- Nov 07, 2010
-
-
intrigeri authored
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
-
- Oct 19, 2010
-
-
Removed an extra '.' in file names introduced by the pg_dump options patch, resulting in names like db..sql or db..sql.gz instead of just db.sql or db.sql.gz.
-
- 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
-
- Jan 08, 2010
-
-
intrigeri authored
This should fix Redmine bug #1340. This option makes pipelines return as status the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit successfully. See bash(1) for details. E.g. this prevents the following from exiting with status 0 (!) if pg_dumpall fails: pg_dumpall | gzip
-
- Dec 25, 2009
-
- Nov 19, 2009
-
-
intrigeri authored
-
- May 23, 2009
-
-
Matthijs Kooijman authored
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
-
Matthijs Kooijman authored
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
-
- Jun 24, 2008
- Oct 12, 2007
-
-
intrigeri authored
-
- Feb 23, 2007
-
-
micah authored
and md5sum locations
-
- Nov 01, 2006
-
-
intrigeri authored
-
- Aug 03, 2006
-
-
micah authored
comitting change to pgsql handler that I forgot to change, allows the postgresql user to be set in backupninja.conf, instead of hardcoded
-
- Jun 10, 2006
-
-
micah authored
-
- Apr 24, 2006
- Mar 25, 2006
-
-
micah authored
-
- Mar 20, 2006
-
- Feb 02, 2006
-
-
intrigeri authored
-
- Jan 19, 2006
- Dec 28, 2005
- Nov 29, 2005
-
-
intrigeri authored
-
- Oct 02, 2005
-
-
intrigeri authored
Replaced awful "grep /etc/passwd" with getent calls in pgsql and mysql handlers
-
- Sep 28, 2005
-
-
micah authored
-
- Aug 27, 2005
-
-
intrigeri authored
-
- Aug 14, 2005
-
-
intrigeri authored
-
- Aug 09, 2005