From: Silvio Rhatto Date: Mon, 30 Mar 2009 01:19:21 +0000 (-0300) Subject: Enhanced rsync handler. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=668f8ddf2a95fa975661782346a26bf98589f655;hp=668f8ddf2a95fa975661782346a26bf98589f655;p=matthijs%2Fupstream%2Fbackupninja.git 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. :) ---