Class: Bitferry::Rclone::Equalize
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_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
1012 |
# File 'lib/bitferry.rb', line 1012 def externalize = super.merge(operation: :equalize) |
#process_arguments ⇒ Object
1009 |
# File 'lib/bitferry.rb', line 1009 def process_arguments = ['bisync', '--resync'] + super |
#show_direction ⇒ Object
1018 |
# File 'lib/bitferry.rb', line 1018 def show_direction = '<->' |
#show_operation ⇒ Object
1015 |
# File 'lib/bitferry.rb', line 1015 def show_operation = super + 'equalize' |