Add LZO compression mode

This commit is contained in:
Jamie Cameron
2014-05-22 10:33:27 -07:00
parent e99250fb68
commit 1d431c11af
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ $comp = &find_value("Compression", $opts->{'members'});
print &ui_table_row($text{'fileset_comp'},
&ui_select("comp", $comp,
[ [ '', $text{'fileset_gzipdef'} ],
[ 'LZO', $text{'fileset_lzo'} ],
map { [ "GZIP".$_, &text('fileset_gzip', $_) ] }
(1..9) ]));
+1
View File
@@ -101,6 +101,7 @@ fileset_eclash=A file set with the same name already exists
fileset_echild=This file set cannot be deleted as it is used by $1
fileset_comp=Compression type
fileset_gzipdef=<Default compression level>
fileset_lzo=LZO compression
fileset_gzip=Gzip level $1
fileset_onefs=Limit backup to one filesystem?