Class: Backup::Adapters::Custom

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/adapters/custom.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#compressed_file, #encrypt_with_password, #encrypted_file, #final_file, #keep_backups, #options, #performed_file, #procedure, #timestamp, #tmp_path, #trigger

Method Summary

Methods inherited from Base

#create_tmp_folder, #encrypt, #initialize, #notify, #record, #remove_tmp_files, #store, #system_messages

Methods included from CommandHelper

#log, #run

Constructor Details

This class inherits a constructor from Backup::Adapters::Base

Instance Attribute Details

#commandsObject

Returns the value of attribute commands.



5
6
7
# File 'lib/backup/adapters/custom.rb', line 5

def commands
  @commands
end