Class: Bitferry::Rclone::Synchronize

Inherits:
Task
  • Object
show all
Defined in:
lib/bitferry.rb

Constant Summary

Constants inherited from Task

Task::PROCESS

Constants inherited from Task

Task::ROUTE

Instance Attribute Summary

Attributes inherited from Task

#destination, #encryption, #source, #token

Attributes inherited from Task

#exclude, #generation, #include, #modified, #tag

Instance Method Summary collapse

Methods inherited from Task

#common_options, #create, #exclude_filters, #execute, #format, #include_filters, #initialize, #intact?, #process, #refers?, #restore, #show_direction, #show_status, #touch

Methods inherited from Task

[], #commit, #create, delete, #delete, #initialize, intact, live, #live?, lookup, match, new, #process_options, register, registered, reset, #restore, restore, #restore_endpoint, #show_filters, stale, #touch

Methods included from Logging

log, #log

Constructor Details

This class inherits a constructor from Bitferry::Rclone::Task

Instance Method Details

#externalizeObject



964
# File 'lib/bitferry.rb', line 964

def externalize = super.merge(operation: :synchronize)

#process_argumentsObject



961
# File 'lib/bitferry.rb', line 961

def process_arguments = ['sync'] + super

#show_operationObject



967
# File 'lib/bitferry.rb', line 967

def show_operation = super + 'synchronize'