sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
278 stars 91 forks source link

Wrong lzma file extension #84

Closed cypriani closed 7 years ago

cypriani commented 7 years ago

Hi,

The extension for lzma-compressed files should be .lzma, not .lz, which is the extension for lzip-compressed files. This is not a problem for tar (at least GNU tar), which autodetects the compression type upon decompression (tar xf), but it is for tools that work only using the file extension (such as atool).

Matteo

kissifrot commented 7 years ago

Thanks