diff --git a/zonebackuptozone.sh b/zonebackuptozone.sh index 3ffa6c1..bafab02 100755 --- a/zonebackuptozone.sh +++ b/zonebackuptozone.sh @@ -103,11 +103,12 @@ send_snap ${UUID} # we check this UUID for additional datasets -echo "Looking for addtional datasets in ${UUID}..." +echo "Looking for addtional children datasets in ${UUID}..." DATASET=`vmadm get ${UUID} | json datasets.0 | sed 's/zones\///' | tr -d '\n'` echo "done." if [ ! -z "${DATASET}" ]; then + echo "Finded children dataset: ${DATASET}" check_snap ${DATASET} if [ $? -ne 0 ]; then @@ -118,6 +119,8 @@ if [ ! -z "${DATASET}" ]; then fi send_snap ${DATASET} +else + echo "No children datasets finded." fi # we send the config