# File lib/backup/compressor/lzma.rb, line 34 def compress_with Backup::Logger.warn( "[DEPRECATION WARNING]\n" + " Compressor::Lzma 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