Class: Bitferry::Rclone::Update
Constant Summary
Constants inherited from Task
Constants inherited from Task
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
Constructor Details
This class inherits a constructor from Bitferry::Rclone::Task
Instance Method Details
#externalize ⇒ Object
982 |
# File 'lib/bitferry.rb', line 982 def externalize = super.merge(operation: :update) |
#process_arguments ⇒ Object
979 |
# File 'lib/bitferry.rb', line 979 def process_arguments = ['copy', '--update'] + super |
#show_operation ⇒ Object
985 |
# File 'lib/bitferry.rb', line 985 def show_operation = super + 'update' |