]> hackdaworld.org Git - scripts/scripts.git/blobdiff - backup.sh
be clever - create the mountpoint first :-o
[scripts/scripts.git] / backup.sh
index a1a0f1a1dacebbeb3a337b6be30c13d03e19ce4f..cbed041a8047980d3f68db156047e3c3bc0004fa 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -5,6 +5,7 @@
 backup_date=`date | awk '{ print $3"."$2"."$6 }'`
 host=`hostname`
 
 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
 
 # set the backup directory
 if [ "$host" = "gate" ] ; then