Dave McGuire wrote: > ...then I'd have to develop a protocol to move the stuff over to the > other machine. This is for unattended use. :-( tar cpf - $data | ssh -l$user $other.host.net 'dd of=/dev/rmt/0' in a cron job? ---sambo