chiark / gitweb /
@@ -3,6 +3,7 @@
[chiark-utils.git] / backup / increm
index e3037e8068e10617447b20ddeb18e00f64d795dd..9bad0f1c6e3229b3cd2d4fdf53ff3f4c0e748408 100755 (executable)
@@ -98,6 +98,7 @@ for $tf (@fsys) {
     pipe(DUMPOR,DUMPOW) or die $!;
     pipe(BUFOR,BUFOW) or die $!;
 
+    $gz= $gzi if length $gzi;
     if ($gz) {
        $bufir='GZOR';
        pipe(GZOR,GZOW) or die $!;