#d=/200/
f=$(date +%Y%m%d)
name=$d$f.tarz

echo "ready to catch $name"
df -h $d	# watch out for filling the disk!
ttcp -r > $name
ls -lh $name	# check file size and remaining disk space
df -h $d
