Class Backup::Syncer::RSync::Push
In: lib/backup/syncer/rsync/push.rb
Parent: Base

Methods

new   perform!  

Attributes

compress  [RW]  Flag for compressing (only compresses for the transfer)
ip  [RW]  Server IP Address and SSH port
password  [RW]  Server credentials
port  [RW]  The SSH port to connect to
username  [RW]  Server credentials

Public Class methods

Instantiates a new RSync::Push or RSync::Pull Syncer object. Default configuration values and any specified in Backup::Configuration::Syncer::RSync::[Push/Pull] are set from Base. The user‘s configuration file is then evaluated to overwrite these values or provide additional configuration.

Public Instance methods

Performs the RSync:Push operation debug options: -vhP

[Validate]