# File lib/backup/compressor/gzip.rb, line 32
      def compress_with
        log!
        yield "#{ utility(:gzip) }#{ options }", '.gz'
      end