That doesn't work for me, at least not from Solaris 2.4, I get messages such as:
% tar -cvf yanowitz.starnet.com:/dev/tape /etc /home /var
tar: yanowitz.starnet.com:/dev/tape: No such file or directory
I also tried the rsh yanowitz.starnet.com and it acted identically to
a rlogin.
These may be particular to Solaris and not Linux.
rsh seems to be the most promising as I can ALMOST do:
tar -cvf - /etc /home /var | rsh yanowitz.starnet.com tee /dev/tape
Thanks in advance:
Michael J. Yanowitz
June 25, 1998
> > How do I export the device file /dev/tape so that other computers can mount
> >or write to it?
>
> You can't export a tape device. You can get access to it with dump and tar
> by adding the systems name to the device name, i.e., systemx:/dev/tape
> See the man page for tar and dump for details.
>
> MB
> --
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.