- Dec 24, 2010
-
-
Olivier Berger authored
-
- Oct 29, 2010
-
-
micah authored
Conflicts: ChangeLog
-
- 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.
-
- Sep 22, 2010
-
-
intrigeri authored
-
- 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 09, 2010
-
-
intrigeri authored
-
- Jan 05, 2010
- Dec 25, 2009
-
-
intrigeri authored
... hoping it will help supporting *BSD some day.
-
- 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.
-
- Jan 12, 2009
-
-
intrigeri authored
-
- Dec 09, 2008
-
-
intrigeri authored
-
- Jul 28, 2008
-
-
intrigeri authored
-
- Jun 24, 2008
- May 08, 2008
-
-
micah authored
-
- Mar 13, 2008
-
-
micah authored
-
- Oct 12, 2007
- Mar 04, 2007
-
-
micah authored
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071)
-
- Feb 23, 2007
-
-
micah authored
and md5sum locations
-
- Dec 15, 2006
-
-
micah authored
-
- Dec 13, 2006
-
-
micah authored
vservers and mysqld wasn't running or mysqldump didn't exist would cause a zero byte backup file
-
- Nov 01, 2006
-
-
intrigeri authored
-
- Oct 08, 2006
-
-
intrigeri authored
-
- Oct 07, 2006
- Oct 06, 2006
-
-
micah authored
removed sys vserver not running noise report (anarcat suggestion)
-
- Aug 13, 2006
-
-
micah authored
-
- Jul 13, 2006
-
-
intrigeri authored
backupninja and ninjahelper: have find following symlinks for config files also work on sarge, by replacing -L with -follow
-
- Jun 10, 2006
-
-
micah authored
anarcat
-
micah authored
Add fix from anarcat for ${configdirectory} in ninjahelper, also add -L to find to follow symlinks in case this directory is actually not a directory, but instead a symlink to somewhere else
-
micah authored
silently causing me much confusion, so I added -L to find and an if statement to spit something out so its obvious
-
- Jun 09, 2006
-
-
micah authored
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396
-
- May 30, 2006
-
-
intrigeri authored
-
- Apr 08, 2006
-
-
intrigeri 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 17, 2006
-
-
intrigeri authored
(I hate duplicated code!)
-