Class Backup::Syncer::Cloud::Base::SyncContext
In: lib/backup/syncer/cloud/base.rb
Parent: Object

Methods

new   sync!  

Attributes

bucket  [R] 
directory  [R] 
path  [R] 
remote_base  [R] 

Public Class methods

Creates a new SyncContext object which handles a single directory from the Syncer::Base @directories array.

Public Instance methods

Performs the sync operation using the provided techniques (mirroring/concurrency).

[Validate]