# File lib/backup/compressor/pbzip2.rb, line 39
      def compress_with
        Backup::Logger.warn(
          "[DEPRECATION WARNING]\n" +
          "  Compressor::Pbzip2 is being deprecated as of backup v.3.0.24\n" +
          "  and will soon be removed. Please see the Compressors wiki page at\n" +
          "  https://github.com/meskyanichi/backup/wiki/Compressors"
        )
        super
      end