Class: Bitferry::Rclone::Update

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



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

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

#process_argumentsObject



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

def process_arguments = ['copy', '--update'] + super

#show_operationObject



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

def show_operation = super + 'update'