Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |