fux bug in gzip compression
This commit is contained in:
parent
6556675b49
commit
ea2f9ea909
@ -236,10 +236,10 @@ sub createArchiv($$$) {
|
|||||||
my $cmd = '';
|
my $cmd = '';
|
||||||
if ( !defined($backupcmd) ) {
|
if ( !defined($backupcmd) ) {
|
||||||
if ( lc($symlink) eq 'no' ) {
|
if ( lc($symlink) eq 'no' ) {
|
||||||
$tarOpts = 'cf';
|
$tarOpts = 'cfz';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$tarOpts = 'chf';
|
$tarOpts = 'chfz';
|
||||||
}
|
}
|
||||||
|
|
||||||
# prevents tar's output of "Removing leading /" and return total bytes of
|
# prevents tar's output of "Removing leading /" and return total bytes of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user