Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-20 | Don't mention LDAP support in documentation. | 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-09-20 | Make typography consistent with previous ChangeLog entries. | intrigeri | |
2011-09-20 | Add missing item into ChangeLog. | intrigeri | |
2011-09-12 | Fix credits. | intrigeri | |
2011-09-11 | dup: fix incorrect duplicity version check for keepincroffulls. | intrigeri | |
Thanks to Olivier Berger <oberger@ouvaton.org> for the patch. (Closes Redmine bug #3443) (Closes: #641120) | |||
2011-08-30 | Update ChangeLog and AUTHORS. | intrigeri | |
2011-08-30 | Fix infinite loop in rdiff helper when version inconsistency is detected. | intrigeri | |
2011-08-30 | Recording Debian bug number. | intrigeri | |
2011-08-18 | Stop using hyphen as minus sign in manpages. | intrigeri | |
Detected by Lintian's hyphen-used-as-minus-sign check. | |||
2011-08-18 | Fix typo in manpage. | intrigeri | |
2011-08-17 | Update ChangeLog. | intrigeri | |
2011-08-17 | Fixing $rsync_options output (Issue #3001) | Silvio Rhatto | |
2011-08-17 | Fixing $rsync_options output when rsync is local (Issue #3001) | Silvio Rhatto | |
2011-08-17 | Cleanup: stop supporting duplicity < 0.6.01 (Redmine#2538). | intrigeri | |
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-07-19 | Fix "Locking mechanism causes variable problem". | intrigeri | |
Thanks to Olivier Berger for the patch. | |||
2011-05-15 | Releasing backupninja 0.9.9 | intrigeri | |
2011-05-15 | Update .gitignore. | intrigeri | |
2011-05-15 | sys: fix gathering of information about loaded modules. | intrigeri | |
cut is in /usr/bin actually. | |||
2011-05-05 | sys: fix hwinfo (Closes: #625501) | intrigeri | |
2011-04-26 | Add sshoptions to rdiff example config file. | intrigeri | |
2011-04-26 | Updating ChangeLog and AUTHORS. | intrigeri | |
2011-04-26 | Merge remote branch 'bruno/master' | intrigeri | |
2011-04-26 | tar helper: default to store backups into /var/backups/. | intrigeri | |
2011-04-26 | Do arithmetic using bash rather than bc (Closes: #603173) | intrigeri | |
2011-04-26 | Fix ChangeLog. | intrigeri | |
2011-04-26 | Initialize dup_keepincroffulls as any other global variable. | intrigeri | |
2011-04-25 | Adding new option | Olivier Berger | |
2011-04-25 | Fix option name, and revert defaults to previous settings | Olivier Berger | |
2011-04-25 | Fix duplicity option's name | Olivier Berger | |
2011-04-25 | Fix merge problem | Olivier Berger | |
2011-04-25 | Now that there's some removal of increments for old fulls, we can keep fulls ↵ | Olivier Berger | |
for a longer time, for instance 1Y which becomes default | |||
2011-04-25 | Proposed feature to address https://labs.riseup.net/code/issues/2492 | Olivier Berger | |
2011-04-25 | Proposed feature to address https://labs.riseup.net/code/issues/2492 | Olivier Berger | |
2011-04-25 | All handlers: stop using "local VAR" outside functions. (Closes: #530647) | intrigeri | |
2011-04-20 | Add the tar handler to Makefile.am | Bruno Bigras | |
2011-02-16 | Make units clearer (Closes Redmine bug #2737). | intrigeri | |
2011-01-27 | Documentation: recommend using 4096 bits RSA keys everywhere. | intrigeri | |
2011-01-27 | rdiff.helper: generate 4096 bits RSA keys. | intrigeri | |
2010-12-26 | Update ChangeLog and authors. | intrigeri | |
2010-12-24 | Implement locking with flock | Olivier Berger | |
2010-12-13 | Merge remote branch 'origin/0.9.8.1' | intrigeri | |
Conflicts: AUTHORS ChangeLog | |||
2010-12-13 | dup helper: fix separate signing key usecase. | intrigeri | |
Thanks to Ian Beckwith for the patch. | |||
2010-11-07 | Fix reliance on bash for pipefail. (Closes: #602374) | intrigeri | |
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch. | |||
2010-10-31 | bump version numbers in preparation for release | Micah Anderson | |
2010-10-29 | add changelog entry for vgcfgbackup fix | Micah Anderson | |
Conflicts: ChangeLog | |||
2010-10-29 | older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so ↵ | Micah Anderson | |
when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly. This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop | |||
2010-10-29 | Do not error out when no job is configured (Closes: #597684) | Micah Anderson | |
Conflicts: ChangeLog | |||
2010-10-19 | Removed extra '.' in plain/sql dumps | Jacob Anawalt | |
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. |