Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-29 | Merge branch 'master' into debian | Micah Anderson | |
Conflicts: AUTHORS examples/example.ldap | |||
2010-01-29 | fix maintainer email | Micah Anderson | |
2010-01-29 | finalize changelog for -2 upload for FTBS fixes | Micah Anderson | |
2010-01-29 | also fix the clean target to cleanup after itself | Micah Anderson | |
2010-01-29 | added missing newline to the end of example.ldap | Micah Anderson | |
2010-01-29 | fix FTBS by chmod +x configure | Micah Anderson | |
2010-01-27 | fill out the debian changelog, set suite to experimental | Micah Anderson | |
2010-01-27 | add versioned build dependency on debhelper 5. version 4 would work, but the ↵ | Micah Anderson | |
recommended practice is to always declare an explicit versioned dependency on debhelper equal to or greater than the compatibility level used by the package. We are using compat level 5 | |||
2010-01-27 | add ${misc:Depends} to binary package control entry to solve lintian: ↵ | Micah Anderson | |
debhelper-but-no-misc-depends | |||
2010-01-27 | bump date/time in changelog | Micah Anderson | |
2010-01-27 | virtual-package-depends-without-real-package-depends can be resolved by ↵ | Micah Anderson | |
adding a depends on bsd-mailx which is the real package that mailx transition depends on | |||
2010-01-27 | try to adjust the copyright file so lintian is happy | Micah Anderson | |
2010-01-27 | bump standards version to 3.8.3 -- no changes needed | Micah Anderson | |
2010-01-27 | Update README and INSTALL to be more clear how to install backupninja | Micah Anderson | |
2010-01-27 | Update README and INSTALL to be more clear how to install backupninja | Micah Anderson | |
2010-01-27 | Release 0.9.7 | Micah Anderson | |
2010-01-27 | Release 0.9.7 | Micah Anderson | |
2010-01-27 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-27 | add a few more 'formItem include' lines to the rdiff and dup handlers | Micah Anderson | |
to improve the ninjahelper interface as requested by alster in redmine | |||
2010-01-27 | add Chris Nolan to Authors for the maildir directory fix, and add | Micah Anderson | |
something to the changelog all for 98e62c95372a398922c1fc36f7517cb95e9f11c3 | |||
2010-01-26 | fix alpha sort order in examples/Makefile.am to be less confusing | Micah Anderson | |
2010-01-26 | Install rsync and maildir examples (Closes: #566703) | Micah Anderson | |
2010-01-19 | add a few more 'formItem include' lines to the rdiff and dup handlers | Micah Anderson | |
to improve the ninjahelper interface as requested by alster in redmine | |||
2010-01-18 | add Chris Nolan to Authors for the maildir directory fix, and add | Micah Anderson | |
something to the changelog all for 98e62c95372a398922c1fc36f7517cb95e9f11c3 | |||
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 | rdiff: 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-09 | dup: support backups to Amazon S3 buckets | intrigeri | |
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658. | |||
2010-01-09 | set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266) | intrigeri | |
2010-01-09 | rdiff,dup: fix include/exclude paths with spaces (Closes: #398435) | intrigeri | |
This also fixes Redmine bug #1021. | |||
2010-01-08 | ldap,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-05 | reportspace: skip non-directories and places that don't exist on the local ↵ | intrigeri | |
filesystem (Closes: #536049) | |||
2010-01-05 | Fixed indentation | intrigeri | |
2010-01-05 | Added ChangeLog entry for previous commit. | intrigeri | |
2010-01-05 | Convert from debug to info so that it can be reported in the email | olivier | |
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 | |||
2010-01-05 | Added ChangeLog entry for 61eb6a74843ba000b4de58d3271c5cb545c891d0. | intrigeri | |
2010-01-05 | Added Olivier Berger to the AUTHORS file. | intrigeri | |
2010-01-05 | Add duplicity output line by line instead of with a whole at one time. ↵ | olivier | |
Should help fix #536360 | |||
2010-01-05 | Fix indentation of previously cherry-picked patch | intrigeri | |
2010-01-05 | Cherry-picked "fixes for mysql handler for mysqld inside a vserver" | intrigeri | |
This commit (64edfccf7684d9c080e734b25fa9361f0190afec) was wrongly committed to the debian branch. Conflicts: handlers/mysql.in | |||
2009-12-31 | dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: ↵ | intrigeri | |
#563044) | |||
2009-12-25 | Fixed upstream homepage and VCS in debian/copyright | intrigeri | |
2009-12-25 | TODO: removed issues that are resolved or tracked in Redmine | intrigeri | |
2009-12-25 | Fixed remaining pointers to our deprecated Trac instance. | intrigeri | |
2009-12-25 | autotools: added the stat command to the automagically replaced ones | intrigeri | |
... hoping it will help supporting *BSD some day. | |||
2009-12-25 | mysql, pgsql: Quote output filenames | intrigeri | |
... to support shell meta-characters in database names. Closes Redmine bug #617. | |||
2009-12-25 | rsync: added vim and Emacs modelines for consistency's sake | intrigeri | |
2009-12-25 | fix copy'n'paste doc error | intrigeri | |
2009-12-24 | easydialog: allow form fields input to grow up to 100 chars (Closes: #562249) | intrigeri | |
2009-12-02 | adjust the comparison operators in the rsync handler, fixes #1473 | Micah Anderson | |