Sha256: 2cabaf133ebfbee7d1e1cc82de004235a04b4c2b492fae9eae3968660fff72cb
Contents?: true
Size: 640 Bytes
Versions: 4
Compression:
Stored size: 640 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Compressor class Pbzip2 < Base class << self ## # Tells Backup::Compressor::Pbzip2 to compress # better (-9) which is bzip2 default anyway attr_accessor :best ## # Tells Backup::Compressor::Pbzip2 to compress # faster (-1) (but not significantly faster) attr_accessor :fast ## # Tells Backup::Compressor::Pbzip2 how many processors # use, by default autodetect is used attr_accessor :processors end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems