X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=blobdiff_plain;f=backup.sh;h=857dcae175a83ec24cd011f8642fe002391fd302;hp=5cd15a2fb2f41a176ef6ae063848de4b91149377;hb=8727fb3de34a33d5955b17c43b09e534e49d4e47;hpb=efa2f1b2e93a066812515e302bb197677db74f48 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