Class Backup::Syncer::RSync::Local
In: lib/backup/syncer/rsync/local.rb
Parent: Base

Methods

new   perform!  

Public Class methods

Instantiates a new RSync::Local Syncer.

Pre-configured defaults specified in Configuration::Syncer::RSync::Local are set via a super() call to RSync::Base, which in turn will invoke Syncer::Base.

Once pre-configured defaults and RSync specific defaults are set, the block from the user‘s configuration file is evaluated.

Public Instance methods

Performs the RSync::Local operation debug options: -vhP

[Validate]