X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=backup.sh;h=709c1285dd1c97ba7e4bd2c1c9349f9241f163fb;hb=c731a2949dfff90800fd7dbba943d58b3ee80059;hp=648fdae011a573683b4b87e240b035008e92682d;hpb=96f57f80346a55d364efc2c65e31d74e72c897f8;p=scripts%2Fscripts.git diff --git a/backup.sh b/backup.sh index 648fdae..709c128 100755 --- 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