aboutsummaryrefslogtreecommitdiff
path: root/handlers
AgeCommit message (Collapse)Author
2012-05-15Updating pipefail branch so it can merge with master (#3892)bug/3892Silvio Rhatto
2012-05-14Always use explicit sed's -e.intrigeri
Hopefully this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656968#31 and future incarnations of this class of bugs.
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
Using 'warning' and 'return' instead of a fatal at rotate_long if backuproot doesn't exist. Using a warning ensures that the backup action can process the other includes and not just exit.
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 ↵Silvio Rhatto
expand wildcards in beforehand (upstream #3882)
2012-04-12Validate created date on long_rotation to avoid too many arguments at ↵Silvio Rhatto
comparison (upstream #3868)
2012-04-12Quoting $starttime (upstream #3868)Silvio Rhatto
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 ↵bug/debian/654192Silvio Rhatto
finished (Debian #654192)
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
2012-02-25Fix typos.intrigeri
2012-02-25pgsql: don't produce empty uncompressed backups (Redmine#3820).intrigeri
2012-01-29Support bandwidthlimit again with new duplicity, using trickle.intrigeri
duplicity 0.6.17 uses paramiko backend. Thus, it does not support limiting bandwidth anymore. Let's use trickle to support bandwidth shaping anyway.
2012-01-29dup: add precmd to every duplicity call.intrigeri
2012-01-29Use --ssh-options with dup >= 0.6.17.intrigeri
... and warn about unsupported options.
2012-01-24mysql: Don't attempt to dump performance_schema database (Redmine#3741).intrigeri
Locking its tables require privileges the 'debian-sys-maint'@'localhost' user is generally not granted.
2012-01-04Fixing escaping and debug message for remote metadata cleanup (#3727)Silvio Rhatto
2012-01-04Cleanup orphaned metadata (#3727)Silvio Rhatto
2012-01-01Abort on rsync error (#3692)Silvio Rhatto
2012-01-01Fixing metadata rotationSilvio Rhatto
2012-01-01Allow disabling rotation or setting 2 days as minimum for backup increments ↵Silvio Rhatto
in rsync short format (Issue #2107)
2012-01-01Removing 'exit 1'; using 'fatal' instead (Redmine#3721)Silvio Rhatto
2011-12-31Mangle rsync_options just after all other options were evaluated (#3702)Silvio Rhatto
2011-12-31Provide a default number of days for the rsync handlerSilvio Rhatto
2011-12-31Make numericids defaults to null (fixes #3691)Silvio Rhatto
2011-10-22dup: add support for RackSpace's CloudFiles.intrigeri
Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch.
2011-09-24Make the .dup generated by ninjahelper more consistent with example.dup.intrigeri
I.e. document tmpdir.
2011-09-20Remove useless and inconsistent executable bit on sys handler.intrigeri
2011-09-20Don't install LDAP handler, helper and example configuration file.intrigeri
The handler has been heavily broken for a while. It clearly lacks a maintainer.
2011-09-11dup: fix incorrect duplicity version check for keepincroffulls.intrigeri
Thanks to Olivier Berger <oberger@ouvaton.org> for the patch. (Closes Redmine bug #3443) (Closes: #641120)
2011-08-30Fix infinite loop in rdiff helper when version inconsistency is detected.intrigeri
2011-08-17Fixing $rsync_options output (Issue #3001)Silvio Rhatto
2011-08-17Fixing $rsync_options output when rsync is local (Issue #3001)Silvio Rhatto
2011-08-17Cleanup: stop supporting duplicity < 0.6.01 (Redmine#2538).intrigeri