aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-27Add Vcs-Browser control field.intrigeri
2011-05-16Update debian/changelog + make punctuation consistent throughout this release.intrigeri
2011-05-16Long description: general update, spelling fixes.intrigeri
2011-05-16Add to Suggests the packages that handlers need.intrigeri
Seems like this has been our intent but was not updated that much recently.
2011-05-16Don't suggest unneeded cdrdao and dvd+rw-tools anymore.intrigeri
The makecd handler checks if those tools are installed, sure, but it actually does not use these. Since its development has been stalled for years, we can safely ignore the possibility of this handler starting to use such tools in the near future.
2011-05-16Use folded format for Build-Depends, Depends and Suggests control fields.intrigeri
This makes it easier to track and understand changes using Git (i.e. git blame for the masses). Sort Suggests lexically while I'm at it.
2011-05-16List every handler's dependencies in the long description.intrigeri
This makes it clear what package(s) one must install in order to use any given handler. The devscript package's long description served as an example of how we can deal with shipping that many tools and only suggesting their individual dependencies, without going through the overhead of shipping every single handler in its own binary package.
2011-05-16Bump standards to 3.9.2.intrigeri
... after having carefully read the upgrading checklist.
2011-05-16Add gbp configuration file.intrigeri
This makes it easier to build packages using git-buildpackage since our branches setup is not the default one.
2011-05-15Preparing debian/changelog for backupninja 0.9.9-1 package.intrigeri
2011-05-15Refresh configure and other autoconf/autotools stuff from 0.9.9 upstream ↵intrigeri
tarball.
2011-05-15Merge commit 'backupninja-0.9.9' into debianintrigeri
2011-05-15Releasing backupninja 0.9.9intrigeri
2011-05-15Update .gitignore.intrigeri
2011-05-15sys: fix gathering of information about loaded modules.intrigeri
cut is in /usr/bin actually.
2011-05-05sys: fix hwinfo (Closes: #625501)intrigeri
2011-04-26Add sshoptions to rdiff example config file.intrigeri
2011-04-26Updating ChangeLog and AUTHORS.intrigeri
2011-04-26Merge remote branch 'bruno/master'intrigeri
2011-04-26tar helper: default to store backups into /var/backups/.intrigeri
2011-04-26Do arithmetic using bash rather than bc (Closes: #603173)intrigeri
2011-04-26Fix ChangeLog.intrigeri
2011-04-26Initialize dup_keepincroffulls as any other global variable.intrigeri
2011-04-25Adding new optionOlivier Berger
2011-04-25Fix option name, and revert defaults to previous settingsOlivier Berger
2011-04-25Fix duplicity option's nameOlivier Berger
2011-04-25Fix merge problemOlivier Berger
2011-04-25Now 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-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-04-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-04-25All handlers: stop using "local VAR" outside functions. (Closes: #530647)intrigeri
2011-04-25Add watch file (Close: #598086)intrigeri
2011-04-20Add the tar handler to Makefile.amBruno Bigras
2011-02-16Make units clearer (Closes Redmine bug #2737).intrigeri
2011-01-27Documentation: recommend using 4096 bits RSA keys everywhere.intrigeri
2011-01-27rdiff.helper: generate 4096 bits RSA keys.intrigeri
2010-12-26Update ChangeLog and authors.intrigeri
2010-12-24Implement locking with flockOlivier Berger
2010-12-13Merge remote branch 'origin/0.9.8.1'intrigeri
Conflicts: AUTHORS ChangeLog
2010-12-13dup helper: fix separate signing key usecase.intrigeri
Thanks to Ian Beckwith for the patch.
2010-11-07Fix reliance on bash for pipefail. (Closes: #602374)intrigeri
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
2010-10-31prepare 0.9.8.1-1 debian packageMicah Anderson
2010-10-31Merge branch '0.9.8.1' into debianMicah Anderson
2010-10-31bump version numbers in preparation for releaseMicah Anderson
2010-10-29add changelog entry for vgcfgbackup fixMicah Anderson
Conflicts: ChangeLog
2010-10-29older 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-29Do not error out when no job is configured (Closes: #597684)Micah Anderson
Conflicts: ChangeLog
2010-10-19Removed extra '.' in plain/sql dumpsJacob 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.
2010-10-12add changelog entry for vgcfgbackup fixMicah Anderson
2010-10-12older 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