Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-13 | Merge remote-tracking branch 'sarava/bug/3882' | intrigeri | |
2012-05-10 | Fixing typos (#3868)bug/3868 | Silvio Rhatto | |
2012-04-13 | Trying additional quoting on excludes (upstream #3882)bug/3882 | Silvio Rhatto | |
2012-04-13 | Using @SED@ for #3882 | Silvio Rhatto | |
2012-04-12 | Quoting $exclude and $excludes and avoiding a for loop on $exclude to not ↵ | Silvio Rhatto | |
expand wildcards in beforehand (upstream #3882) | |||
2012-04-12 | Validate created date on long_rotation to avoid too many arguments at ↵ | Silvio Rhatto | |
comparison (upstream #3868) | |||
2012-04-12 | Quoting $starttime (upstream #3868) | Silvio Rhatto | |
2012-02-28 | Rsync handler: use the backup start time and not the time the backup was ↵bug/debian/654192 | Silvio Rhatto | |
finished (Debian #654192) | |||
2012-02-26 | Fixing $rsync_options output when rsync is local (Issue #3001) | Silvio Rhatto | |
2012-02-25 | Fix typos. | intrigeri | |
2012-01-04 | Fixing escaping and debug message for remote metadata cleanup (#3727) | Silvio Rhatto | |
2012-01-04 | Cleanup orphaned metadata (#3727) | Silvio Rhatto | |
2012-01-01 | Abort on rsync error (#3692) | Silvio Rhatto | |
2012-01-01 | Fixing metadata rotation | Silvio Rhatto | |
2012-01-01 | Allow disabling rotation or setting 2 days as minimum for backup increments ↵ | Silvio Rhatto | |
in rsync short format (Issue #2107) | |||
2012-01-01 | Removing 'exit 1'; using 'fatal' instead (Redmine#3721) | Silvio Rhatto | |
2011-12-31 | Mangle rsync_options just after all other options were evaluated (#3702) | Silvio Rhatto | |
2011-12-31 | Provide a default number of days for the rsync handler | Silvio Rhatto | |
2011-12-31 | Make numericids defaults to null (fixes #3691) | Silvio Rhatto | |
2011-08-17 | Fixing $rsync_options output (Issue #3001) | Silvio Rhatto | |
2011-08-17 | Fixing $rsync_options output when rsync is local (Issue #3001) | Silvio Rhatto | |
2011-04-26 | Do arithmetic using bash rather than bc (Closes: #603173) | intrigeri | |
2011-02-16 | Make units clearer (Closes Redmine bug #2737). | intrigeri | |
2010-09-25 | Don't remove created metadata after rotation at rsync | Silvio Rhatto | |
2010-09-20 | Fixing long rotation at rsync handler | Silvio Rhatto | |
2010-09-02 | Removing rsync handler changelog | Silvio Rhatto | |
2010-09-02 | Removing unneeded hostname and user from ssh_cmd_base | Silvio Rhatto | |
2010-09-01 | Changing 'info' to 'fatal' at rsync handler set_lockfile function | Silvio Rhatto | |
2010-08-25 | Rsync handler CHANGELOG update | Silvio Rhatto | |
2010-08-21 | Making sure that the pid on lockfile reffers to an rsync backup process | Silvio Rhatto | |
2010-08-21 | Fixing lockfile checks for rsync handler | Silvio Rhatto | |
2010-08-17 | RSYNC_RSH fix | Silvio Rhatto | |
2010-08-17 | Fixing ssh_cmd and RSYNC_RSH at rsync handler | Silvio Rhatto | |
2009-12-25 | rsync: added vim and Emacs modelines for consistency's sake | intrigeri | |
2009-12-02 | adjust the comparison operators in the rsync handler, fixes #1473 | Micah Anderson | |
2009-11-06 | Enhanced rsync handler. | Silvio Rhatto | |
- Added support for: - Remote destinations - Long rotation format similar to maildir handler - Batch files through --read-batch and --write-batch - Custom file list using --files-from - SSH persistent connection using ControlMaster - The rsync:// protocol - Metadata folder for each backup folder - General refactoring - Code cleanup Not all options were tested and it might contain bugs. Tests, comments and patches are welcome. :) | |||
2009-05-23 | Add 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-23 | Make 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-02 | add missing parameter to rsync | Micah Anderson | |
2007-11-06 | add example.rsync and updated rsync handler from rhatto | Micah Anderson | |
2007-11-02 | remove rsnap and rename rub handler to rsync, after consultation with rhatto | Micah Anderson | |