aboutsummaryrefslogtreecommitdiff
path: root/handlers/rdiff.in
AgeCommit message (Collapse)Author
2013-06-08Add option to include rdiff-backup output in reports.intrigeri
Thanks to David Gasaway <dave@gasaway.org> for the patch.
2012-02-25Report failure of rdiff-backup jobs as such.intrigeri
2011-04-25All handlers: stop using "local VAR" outside functions. (Closes: #530647)intrigeri
2010-09-12rdiff: support reading include/exclude patterns from files.intrigeri
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-09rdiff,dup: fix include/exclude paths with spaces (Closes: #398435)intrigeri
This also fixes Redmine bug #1021.
2009-09-23Fix missing $ in variable name, fixes: #1239Micah Anderson
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
2007-12-12rdiff: incorporate sshoptions into options via remote-schema if not thereMicah Anderson
2007-12-05fixed ignore_version default valueMicah Anderson
2007-11-24allow for exclude only configurations to rdiff-backup handler: Closes Trac#21Micah Anderson
2007-11-02added ignore_version option to rdiff handler to enable you override the ↵Micah Anderson
version check
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri