Class: WebTranslateIt::Safe::Archive

Inherits:
Source show all
Defined in:
lib/web_translate_it/safe/archive.rb

Instance Attribute Summary

Attributes inherited from Source

#id

Attributes inherited from Stream

#backup, #config

Instance Method Summary collapse

Methods inherited from Source

#backup, #filename, human_name, #initialize, #kind, #timestamp

Methods inherited from Stream

#expand, #initialize

Constructor Details

This class inherits a constructor from WebTranslateIt::Safe::Source

Instance Method Details

#commandObject



7
8
9
# File 'lib/web_translate_it/safe/archive.rb', line 7

def command
  "tar -cf - #{config[:options]} #{tar_exclude_files} #{tar_files}"
end

#extensionObject



11
# File 'lib/web_translate_it/safe/archive.rb', line 11

def extension = '.tar'