class Outback::Source

Attributes

backup_name[R]

Public Class Methods

new(backup_name) click to toggle source
# File lib/outback/source.rb, line 8
def initialize(backup_name)
  @backup_name = backup_name
end

Public Instance Methods

create_archive(backup_name, timestamp, tmpdir) click to toggle source
# File lib/outback/source.rb, line 12
def create_archive(backup_name, timestamp, tmpdir)
  raise NotImplementedError
end