aboutsummaryrefslogtreecommitdiff
path: root/handlers/rsync.in
AgeCommit message (Collapse)Author
2010-08-17Fixing ssh_cmd and RSYNC_RSH at rsync handlerSilvio Rhatto
2009-12-25rsync: added vim and Emacs modelines for consistency's sakeintrigeri
2009-12-02adjust the comparison operators in the rsync handler, fixes #1473Micah Anderson
2009-11-06Enhanced 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-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-02add missing parameter to rsyncMicah Anderson
2007-11-06add example.rsync and updated rsync handler from rhattoMicah Anderson
2007-11-02remove rsnap and rename rub handler to rsync, after consultation with rhattoMicah Anderson