-
[scripts/scripts.git] / backup.sh
index 648fdae..709c128 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -165,7 +165,7 @@ if [ "$host" = "gate" ] ; then
 
 fi
 
-# hackstation specific data
+# hackstation / mobile / hdw / sparc specific data
 if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" = "sparc" ] ; then
 
        # home of hackbard
@@ -186,6 +186,9 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host"
        done
        cp -r /home/hackbard/.ssh ./home/hackbard
 
+       # hunz config
+       if [ -f /home/hackbard/hunz.sh ] && cp /home/hackbard/hunz.sh ./home/hackbard
+
 fi