bugfix
[scripts/scripts.git] / backup.sh
index d7bce9a..857dcae 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -24,7 +24,7 @@ elif [ "$host" = "hackstation" ] ; then
 elif [ "$host" = "hdw" ] ; then
        mount -tnfs hackstation:/mnt/lfs/backup /mnt/nfs
        backup_dir="/mnt/nfs"
-elif [ "$host" = "left-hand" ] ; then
+elif [ "$host" = "compaq" ] ; then
        mount -tnfs hackstation:/mnt/lfs/backup /mnt/nfs
        backup_dir="/mnt/nfs"
 else
@@ -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