be clever - create the mountpoint first :-o
authorhackbard <hackbard>
Wed, 10 Sep 2003 14:04:55 +0000 (14:04 +0000)
committerhackbard <hackbard>
Wed, 10 Sep 2003 14:04:55 +0000 (14:04 +0000)
backup.sh

index a1a0f1a..cbed041 100755 (executable)
--- 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