From 8727fb3de34a33d5955b17c43b09e534e49d4e47 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 10 Sep 2003 13:36:27 +0000 Subject: [PATCH] bugfix --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 5cd15a2..857dcae 100755 --- a/backup.sh +++ b/backup.sh @@ -147,7 +147,7 @@ if [ "$host" = "right-hand" ] ; then for i in www cvs hdw; do if [ -d /chroot/$i ] ; then echo "copying /chroot/$i" - tar .cf ./chroot/$i.tar /chroot/$i + tar -cf ./chroot/$i.tar /chroot/$i fi done fi -- 2.20.1