From 113951598d3d236ea9f3a6c41f08bb713ffd700e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Dec 2007 20:12:26 +0000 Subject: [PATCH] we use gzip --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index a16ca3f..4d8565b 100755 --- a/backup.sh +++ b/backup.sh @@ -129,7 +129,7 @@ backup() # file and build a file list, respectivly. TARFILE=$DATE.tmp TARCMD="ssh root@$computer \"$tar --one-file-system -zcf - -C $filesystem . $lastcmd \ - --exclude-from=$exf\" | pee \"cat > $TARFILE\" \"tar tvf -\"" + --exclude-from=$exf\" | pee \"cat > $TARFILE\" \"tar tzvf -\"" echo `date`" $computer: Running $TARCMD" >&2 eval $TARCMD > $DATE.idx -- 2.39.2