Hey Man, try: while dd if=/dev/rmt/On ibs=126b | rsh tapehost -n dd of=/dev/rmt/On obs=126b ; do echo "Tape file copied..." done You may or may not need that ibs/obs thing. Bill