From 2bca8734ea99a41ef910a1b4174607c1171ee4c2 Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 25 Nov 2002 23:21:15 +0000 Subject: [PATCH] copy ssh keys --- backup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index af1b2a1..e2d401d 100755 --- a/backup.sh +++ b/backup.sh @@ -28,11 +28,15 @@ else exit 1 fi +echo this +if [ ! -z "$2" ] ; then if [ "$2" = "-backup_dir" -a -d $3 ] ; then echo "using $3 as a backup directory ..." backup_dir=$3 fi +fi +echo that # set kernel version(s) to store their .config if [ -d /usr/src/linux ] ; then kernel_num=`ls /usr/src/ | grep 'linux-' | awk -F- '{ print $2 }'` @@ -161,7 +165,7 @@ if [ "$host" = "gate" ] ; then fi # hackstation specific data -if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" ] ; then +if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" = "sparc" ] ; then # home of hackbard mkdir -p ./home/hackbard @@ -175,6 +179,7 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" ] ; then [ -f /home/hackbard/$i ] && \ cp -r /home/hackbard/$i ./home/hackbard done + cp -r /home/hackbard/.ssh ./home/hackbard fi -- 2.20.1