Backup::Syncer::Base
Additional String or Array of options for the rsync cli
# 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.