aboutsummaryrefslogtreecommitdiff
path: root/handlers
AgeCommit message (Expand)Author
2013-07-23Clarify that duplicity/paramiko doesn't support spaces between -o and Identit...intrigeri
2013-07-09rdiff.helper: add output_as_info support.intrigeri
2013-06-30test mode support for tar handlerPierre ROUDIER
2013-06-28xz support for tar handlerPierre ROUDIER
2013-06-08Add option to include rdiff-backup output in reports.intrigeri
2012-11-26dsync: break out of the while loop using 'break' instead of setting the faile...Micah Anderson
2012-11-26dsync: fix loop number of iterations, we want to try 3 times, and we are star...Micah Anderson
2012-11-26remove some debugging bits that snuck inMicah Anderson
2012-11-26set autotools markers and default application pathsMicah Anderson
2012-11-26the 'fatal' here was causing backups to stop after they hit a user who hasMicah Anderson
2012-11-26fix quoting on srcconffile and destcconffileMicah Anderson
2012-09-20duplicity: for local backups, check that the destination directory exists.intrigeri
2012-06-29Do not warn when rsync exits with status 0.intrigeri
2012-06-20Issue just warnings on non-fatal rsync errors (#3966)bug/3966Silvio Rhatto
2012-06-15Run rsync command-line through a shell, so that single-quotes around excludes...intrigeri
2012-06-15rsync: stop passing $excludes as a single argument.intrigeri
2012-06-15rsync: generate excludes command-line snippet the same way as the duplicity h...intrigeri
2012-06-11add experimental dsync handler, heavily based on maildir handlerMicah Anderson
2012-06-11dont run lspci and modinfo when hwinfo==noMicah Anderson
2012-06-11Merge branch 'master' of labs.riseup.net:backupninjaMicah Anderson
2012-05-20mysql: use --skip-events when backing up the performance_schema database (Clo...intrigeri
2012-05-15Install handlers as pkgdata_DATA, instead of their .in files.intrigeri
2012-05-15Have "make dist" package handlers/*.in instead of make results.intrigeri
2012-05-15Updating pipefail branch so it can merge with master (#3892)bug/3892Silvio Rhatto
2012-05-14Always use explicit sed's -e.intrigeri
2012-05-12Changing pipefail just when it's really neededSilvio Rhatto
2012-05-13Merge remote-tracking branch 'sarava/bug/3721'intrigeri
2012-05-13Merge remote-tracking branch 'sarava/bug/3838'intrigeri
2012-05-13Merge remote-tracking branch 'sarava/bug/3840'intrigeri
2012-05-13Merge remote-tracking branch 'sarava/bug/3882'intrigeri
2012-05-10Fixing typos (#3868)bug/3868Silvio Rhatto
2012-05-10Set/restore pipefail to not mess with other scripts (#3892)Silvio Rhatto
2012-05-10Ensure that a non-zero rsync exit status is caught by our handler (#3892)Silvio Rhatto
2012-05-10Merge branches 'master' and 'bug/3840' into bug/3840bug/3840Silvio Rhatto
2012-05-10Removing duplicated locking support (#3838)Silvio Rhatto
2012-05-10Changing a 'fatal' to a 'warning' on rsync handler.bug/3721Silvio Rhatto
2012-05-10Changing remaining 'exit' to 'fatal' at rsync handler (#3721)Silvio Rhatto
2012-04-13Trying additional quoting on excludes (upstream #3882)bug/3882Silvio Rhatto
2012-04-13Using @SED@ for #3882Silvio Rhatto
2012-04-12Quoting $exclude and $excludes and avoiding a for loop on $exclude to not exp...Silvio Rhatto
2012-04-12Validate created date on long_rotation to avoid too many arguments at compari...Silvio Rhatto
2012-04-12Quoting $starttime (upstream #3868)Silvio Rhatto
2012-03-27remove rsyncflags and excludes from maildir handler, they are not used anywhereMicah Anderson
2012-03-27remove maildir handler 'loadlimit' - it is not used anywhereMicah Anderson
2012-02-28Rsync handler: use the backup start time and not the time the backup was fini...bug/debian/654192Silvio Rhatto
2012-02-27Rsync handler: using more debug/warning instead of regular echo (upstream #3840)Silvio Rhatto
2012-02-26Fixing $rsync_options output when rsync is local (Issue #3001)Silvio Rhatto
2012-02-25Report duplicity failure output at error loglevel so that it is emailed.intrigeri
2012-02-25Report failure of rdiff-backup jobs as such.intrigeri
2012-02-25Remove leftover FIXME that was fixed.intrigeri