Class Backup::Compressor::Lzma
In: lib/backup/compressor/lzma.rb
Parent: Base

Methods

compress_with   new  

Attributes

best  [RW]  Tells Backup::Compressor::Lzma to compress better (-9) rather than faster when set to true
fast  [RW]  Tells Backup::Compressor::Lzma to compress faster (-1) rather than better when set to true

Public Class methods

Public Instance methods

Yields to the block the compressor command and filename extension.

[Validate]