Module Rsync
In: lib/rsync/configure.rb
lib/rsync/command.rb
lib/rsync/change.rb
lib/rsync/version.rb
lib/rsync/result.rb
lib/rsync.rb

The main interface to rsync

Methods

run  

Classes and Modules

Module Rsync::Configure
Class Rsync::Change
Class Rsync::Command
Class Rsync::Result

Constants

VERSION = "1.0.9"   Project version

Public Class methods

Creates and runs an rsync {Command} and return the {Result} @param source {String} @param destination {String} @param args {Array} @return {Result} @yield {Result}

[Validate]