How does it get untarred on the destination?

dest-empeg:/drive0# nc -l -p 2999 | tar xvfz -

Sets up netcat in listening mode on the destination empeg, and anything it gets is sent through tar for extraction.

The tar file is not stored _anywhere_. It's sent straight over the wire.

_________________________
-- roger