Class Backup::Compressor::Gzip
In: lib/backup/compressor/gzip.rb
Parent: Base

Methods

compress_with   new  

Attributes

best  [RW]  Tells Backup::Compressor::Gzip to compress better rather than faster when set to true
fast  [RW]  Tells Backup::Compressor::Gzip to compress faster rather than better when set to true

Public Class methods

Creates a new instance of Backup::Compressor::Gzip and configures it to either compress faster or better

Public Instance methods

Yields to the block the compressor command with options and it‘s filename extension.

[Validate]