Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | Refresh autoconf/autotools and other automatically generated files from ↵ | intrigeri | |
upstream 0.9.10 tarball. | |||
2011-09-23 | Merge commit 'backupninja-0.9.10' into debian | intrigeri | |
2011-09-20 | Don't install LDAP handler, helper and example configuration file. | intrigeri | |
The handler has been heavily broken for a while. It clearly lacks a maintainer. | |||
2011-08-17 | Allow 'when = XXX' in sh jobs. | intrigeri | |
when=XXX did work already. This patch allow to write this with spaces around the equal sign - as in every other backup.d/ file. | |||
2011-05-15 | Merge commit 'backupninja-0.9.9' into debian | intrigeri | |
2011-04-26 | Add sshoptions to rdiff example config file. | intrigeri | |
2011-04-25 | Adding new option | Olivier Berger | |
2011-02-16 | Make units clearer (Closes Redmine bug #2737). | intrigeri | |
2011-01-27 | Documentation: recommend using 4096 bits RSA keys everywhere. | intrigeri | |
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-09-12 | Refresh configure and other autoconf/autotools stuff. | intrigeri | |
2010-08-26 | Merge branch 'master' into debian | intrigeri | |
Conflicts: examples/example.ldap | |||
2010-06-14 | Fix ssl and tls options description (Closes Roundup bug #2407) | intrigeri | |
2010-05-10 | Added /var/cache/backupninja/duplicity to default excludes. | intrigeri | |
... for rdiff.helper, dup.helper, example.dup and example.rdiff. | |||
2010-05-06 | Added ftp_password option. | intrigeri | |
This is the only way to securely transmit the FTP password from backupninja to duplicity. | |||
2010-05-06 | Better example.dup documentation. Thanks, Alster! | intrigeri | |
2010-05-06 | Rephrase, reformat and sync example dup configuration. | intrigeri | |
2010-01-29 | fix bad upstream merge | Micah Anderson | |
2010-01-29 | fix configure script, which came from previous release | Micah Anderson | |
2010-01-29 | Merge branch 'master' into debian | Micah Anderson | |
Conflicts: AUTHORS examples/example.ldap | |||
2010-01-29 | added missing newline to the end of example.ldap | Micah Anderson | |
2010-01-27 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-26 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-17 | Merge branch 'master' into debian | Micah Anderson | |
Conflicts: AUTHORS ChangeLog handlers/maildir.in handlers/mysql.in handlers/rsync.in handlers/sys.helper.in handlers/sys.in src/backupninja.in | |||
2010-01-09 | dup: support backups to Amazon S3 buckets | intrigeri | |
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658. | |||
2009-12-25 | fix copy'n'paste doc error | intrigeri | |
2009-08-27 | Standardize the example file format. Making the comments have the same | Micah Anderson | |
number of hash marks, clearly specify example settings and what the defaults are set to. | |||
2009-07-09 | added sshoptions variable to the maildir handler for arbitrary options that ↵ | Micah Anderson | |
you might need to pass updated the example.maildir to include this option, as well as detail the missing desid_file, destport | |||
2009-07-08 | The "desturl" parameter support in duplicity handler was somehow | Micah Anderson | |
completely removed from the debian package since 0.9.6-1. The handler included in the debian package is the one from 0.9.5-3. This brings them back into line. | |||
2009-02-19 | move the branches directories up to the root of the repository | Micah Anderson | |
2009-02-19 | creating a debian only branch out of what used to be a subversion repository | Micah Anderson | |
2009-01-22 | sys: new lvm option to backup LVM metadata of every detected volume group | intrigeri | |
2009-01-22 | sys: new luksheaders option to backup the Luks header of every Luks device | intrigeri | |
2008-12-09 | mysql: new sqldumpoptions config variable (Closes: #502966) | intrigeri | |
2008-07-06 | clarify how the nodata option should be specified in the config file for mysql | Micah Anderson | |
2008-07-06 | fix language to make sense | Micah Anderson | |
2008-06-24 | add the ability to save the debconf package selection states in the sys ↵ | Micah Anderson | |
handler, which aides in restoring installed packages with the right choices made | |||
2008-06-24 | made mktemp a requirement for building backupninja, added autotools ↵ | Micah Anderson | |
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there | |||
2008-06-24 | sys: support selection of VServers to run on with the new vsnames ↵ | intrigeri | |
configuration option (Closes: Trac#45) | |||
2008-06-24 | dup: warn about bandwithlimit being unused when desturl is set | intrigeri | |
2008-06-24 | dup: support every duplicity-supported transport with new configuration ↵ | intrigeri | |
option desturl (Closes: #483712, #346040, Trac#2) | |||
2007-12-02 | add missing parameter to rsync | Micah Anderson | |
2007-11-26 | dup: new tmpdir config option, useful when duplicity fills up /tmp | intrigeri | |
2007-11-24 | Fixes for Trac#24 | Micah Anderson | |
2007-11-24 | actually include the example file | Micah Anderson | |
2007-11-24 | fixed Trac #1, actually add example.rsync | Micah Anderson | |
2007-11-06 | add example.rsync and updated rsync handler from rhatto | Micah Anderson | |
2007-11-02 | remove rsnap and rename rub handler to rsync, after consultation with rhatto | Micah Anderson | |
2007-11-02 | added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829) | Micah Anderson | |
2007-11-02 | added ignore_version option to rdiff handler to enable you override the ↵ | Micah Anderson | |
version check |