Enhanced rsync handler.
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 15 Jun 2009 15:14:01 +0000 (12:14 -0300)
committerMicah Anderson <micah@riseup.net>
Fri, 6 Nov 2009 16:16:16 +0000 (11:16 -0500)
commit75d17d06f276ad1aa435d7dc31777677b10917b4
tree42c5124cf7e08cc15a4bfebb773325503d369a65
parentf549dc44f65919dde9429f25e0e9de941ff3cebb
Enhanced rsync handler.

- 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. :)
handlers/rsync.in