From: hackbard Date: Wed, 10 Sep 2003 14:04:55 +0000 (+0000) Subject: be clever - create the mountpoint first :-o X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=856aed4ee23291972e9595a5f131feb9d4be1b3f be clever - create the mountpoint first :-o --- diff --git a/backup.sh b/backup.sh index a1a0f1a..cbed041 100755 --- a/backup.sh +++ b/backup.sh @@ -5,6 +5,7 @@ backup_date=`date | awk '{ print $3"."$2"."$6 }'` host=`hostname` +[ ! -d /mnt/nfs ] && mkdir -p /mnt/nfs # set the backup directory if [ "$host" = "gate" ] ; then