Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Enable pg_dump format option. | Jacob Anawalt | |
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-06-14 | Added GZIP_OPTS option, defaulting to --rsyncable. | intrigeri | |
... 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). | |||
2010-01-05 | Adding optional report of infos sent by handlers in the email (closes #563734) | intrigeri | |
Cherry-picked and re-indented patch 76792c8f45afa1fdaeb81c2af77499ca0b83ce64 from Olivier Berger. Conflicts: src/backupninja.in | |||
2007-03-04 | added ninjareport | Micah Anderson | |
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071) | |||
2006-12-15 | Add Jamie McClelland's cstream patches | Micah Anderson | |
2006-10-07 | fixed automake problem if /etc/backup.d already exists | Micah Anderson | |
2006-10-07 | Change /etc/backup.d permissions to need 0770 for admingroup | Micah Anderson | |
2006-10-06 | Added disk space report option (adam kosmin suggestion) | Micah Anderson | |
removed sys vserver not running noise report (anarcat suggestion) | |||
2006-07-24 | Added (commented out) the default VROOTDIR in the conffile, so that users know | intrigeri | |
it can be changed. | |||
2006-06-09 | Added a slightly modified version of the anti-fascist patch (allows for | Micah Anderson | |
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396 | |||
2006-04-12 | Changed cron.d permissions to 644 | Micah Anderson | |
2006-01-26 | Apparantly it is common practice to NOT keep generated files in the repository, | Micah Anderson | |
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release) | |||
2006-01-02 | r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100 | intrigeri | |
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. | |||
2005-11-29 | r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100 | intrigeri | |
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here. | |||
2005-10-26 | Move logrotate to autotools template | Micah Anderson | |
2005-10-26 | change cronjob to autotools template | Micah Anderson | |
2005-10-26 | Add autotools Makefile templates | Micah Anderson | |
2005-10-26 | Move configuration to autotools template | Micah Anderson | |
2005-10-05 | moved stuff around. | Elijah Saxon | |
2005-08-20 | dup handler: added option to perform a full backup instead of an incremental ↵ | intrigeri | |
one. | |||
2005-08-20 | Security fix: duplicity handler used to put the gpg passphase on the command ↵ | intrigeri | |
line. | |||
2005-08-09 | Added helper for pgsql handler. | intrigeri | |
2005-08-09 | Added vservers support to duplicity handler. | intrigeri | |
2005-08-09 | Added pgsql (PostgreSQL) handler, with vservers support. | intrigeri | |
2005-07-08 | Added stefani's makecd handler | Micah Anderson | |
2005-07-01 | (no commit message) | Elijah Saxon | |
2005-06-21 | Added trac example | Micah Anderson | |
2005-06-13 | Added trac handler, changed VSERVERS variable to be lowercase and | Micah Anderson | |
added some vserver documentation to README and to the handlers | |||
2005-06-13 | Minor spelling fix | Micah Anderson | |
2005-06-03 | removed extra 0 from cron | Micah Anderson | |
2005-06-01 | mysql --defaults-file stuff. | Elijah Saxon | |
2005-06-01 | added support for --defaults-file | Elijah Saxon | |
2005-05-27 | Duplicity handler: added "bandwidthlimit" option. | intrigeri | |
2005-05-27 | Duplicity handler example file (example.dup) : uploaded for real, this time, ↵ | intrigeri | |
and added a note about symlink management weirdness in "include = " config lines. | |||
2005-05-24 | Updates to handle vservers | Micah Anderson | |
2005-05-06 | Implemented fix to report errors (via cron) on fatal problems in the main ↵ | Micah Anderson | |
backupninja script | |||
2005-04-21 | Added a note about required configuration options for ldapsearch method | Micah Anderson | |
2005-04-21 | Added enhanced options to ldap handler | Micah Anderson | |
2005-04-19 | (no commit message) | Elijah Saxon | |
2005-04-19 | created | Elijah Saxon | |
2005-04-13 | rdiff works with sshd banner... rdiff local dest works... create logfile... ↵ | Elijah Saxon | |
when=hourly... rdiff nice... | |||
2005-03-14 | fixed bug with __star__ and sys handler. | Elijah Saxon | |
well, not really, but i worked around a bug that i don't understand. | |||
2005-03-14 | added PATH | Elijah Saxon | |
2005-01-19 | added options, keep passed directly to rdiff-backup | Elijah Saxon | |
2005-01-04 | added 'when' | Elijah Saxon | |
2005-01-03 | version 0.4.1 | Elijah Saxon | |
2004-12-26 | added scheduling (!) see readme. | Elijah Saxon | |
2004-12-23 | added 'sys' handler. | Elijah Saxon | |
2004-12-17 | added reportsuccess and reportwarning config options. | Elijah Saxon | |
2004-12-09 | moved all to trunk | Elijah Saxon | |