Methods

Class/Module Index [+]

Quicksearch

Backup::Syncer::RSync::Base

Attributes

additional_rsync_options[RW]

Additional String or Array of options for the rsync cli

Public Class Methods

new(syncer_id = nil, &block) click to toggle source
# File lib/backup/syncer/rsync/base.rb, line 11
def initialize(syncer_id = nil, &block)
  super
  instance_eval(&block) if block_given?

  @path ||= '~/backups'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.