aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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-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-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-31bump version numbers in preparation for releaseMicah Anderson
2010-10-29add changelog entry for vgcfgbackup fixMicah Anderson
Conflicts: ChangeLog
2010-10-29Do not error out when no job is configured (Closes: #597684)Micah Anderson
Conflicts: ChangeLog
2010-10-12add changelog entry for vgcfgbackup fixMicah Anderson
2010-10-12Remove support for duplicity < 0.4.4. Even etch-backports has a newer one.intrigeri
2010-10-12dup: use --tempdir option rather than TMPDIR environment variable.intrigeri
Closes Roundup bug #598. This breaks support of Debian etch.
2010-10-12Update ChangeLog.intrigeri
2010-10-11Update ChangeLog after merging sarava's rsync branch.intrigeri
2010-09-22Do not error out when no job is configured (Closes: #597684)intrigeri
2010-09-12rdiff: support reading include/exclude patterns from files.intrigeri
2010-09-12Release 0.9.8intrigeri
2010-09-03Update ChangeLog with rsync changes.intrigeri
2010-06-24Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵intrigeri
bug #2264)
2010-06-24mysql: don't lock tables in the information_schema database (Closes: #587011)intrigeri
2010-06-14Fix ssl and tls options description (Closes Roundup bug #2407)intrigeri
2010-06-14Added 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-05-30Fix typo in manpage (Closes: #583778)intrigeri
2010-05-10Store duplicity cache to /var/cache/backupninja/duplicity.intrigeri
... instead of previous /var/backups/duplicity.
2010-05-06Added ftp_password option.intrigeri
This is the only way to securely transmit the FTP password from backupninja to duplicity.
2010-05-06Better example.dup documentation. Thanks, Alster!intrigeri
2010-05-06Fix ChangeLog entry.intrigeri
2010-05-06dup: use --archive-dir /var/backups/duplicity unless the user has specified ↵intrigeri
it (Closes: 580213)
2010-05-06Updated ChangeLog and AUTHORS.intrigeri
2010-04-24dup: ignore anything but digits and "." when comparing versions (Closes: ↵intrigeri
#578987) I'd love to use "dpkg --compare-versions" but we don't want backupninja to be Debian-specific. Any similar tool? Signed-off-by: intrigeri <intrigeri@boum.org>
2010-03-06dup: use duplicity's --extra-clean option when necessaryintrigeri
This is necessary to get rid of unnecessary old cache files when cleaning up, when using duplicity >=0.6.01 that depends on local caching. Closes: #572721
2010-03-06sys: only run mdadm if RAID devices actually exist (Closes: #572450)intrigeri
2010-01-27Release 0.9.7Micah Anderson
2010-01-19add a few more 'formItem include' lines to the rdiff and dup handlersMicah Anderson
to improve the ninjahelper interface as requested by alster in redmine
2010-01-18add Chris Nolan to Authors for the maildir directory fix, and addMicah Anderson
something to the changelog all for 98e62c95372a398922c1fc36f7517cb95e9f11c3
2010-01-09rdiff: fix confusing error if rdiff-backup cannot be found on remote server.intrigeri
Thanks to maniacmartin <martin@maniacmartin.com> for the patch on which this one is based. This closes Redmine bug #1209.
2010-01-09dup: support backups to Amazon S3 bucketsintrigeri
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658.
2010-01-09set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)intrigeri
2010-01-09rdiff,dup: fix include/exclude paths with spaces (Closes: #398435)intrigeri
This also fixes Redmine bug #1021.
2010-01-08ldap,mysql,pgsql: use bash pipefail option so that failed dumps are reported ↵intrigeri
as such This should fix Redmine bug #1340. This option makes pipelines return as status the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit successfully. See bash(1) for details. E.g. this prevents the following from exiting with status 0 (!) if pg_dumpall fails: pg_dumpall | gzip
2010-01-05reportspace: skip non-directories and places that don't exist on the local ↵intrigeri
filesystem (Closes: #536049)
2010-01-05Added ChangeLog entry for previous commit.intrigeri
2010-01-05Adding 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
2010-01-05Added ChangeLog entry for 61eb6a74843ba000b4de58d3271c5cb545c891d0.intrigeri
2009-12-31dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: ↵intrigeri
#563044)
2009-12-25autotools: added the stat command to the automagically replaced onesintrigeri
... hoping it will help supporting *BSD some day.
2009-12-25mysql, pgsql: Quote output filenamesintrigeri
... to support shell meta-characters in database names. Closes Redmine bug #617.