On Fri, 24 Apr 1998, Michael Jinks wrote:
> We are suffering from a tape drive and SCSI card shortage, and I'd like
> to make the most out of what we have. I have one Linux box with a very
> nice Mylex card onto which I have chained about four different kinds of
> tape drives, and I'd like to be able to use those drives to make backups
> of other machines without having to detach them and truck them around.
If you are running 4.2 you will need to make the following link:
ln -s /sbin/rmt /etc
Then set up your "hosts.{allow,deny,equiv}" files to give remote
machines access to the one with the tape drive.
You can then use "tar" or "cpio" like this:
tar cvf remotehost:/dev/st0 /
or
find / | cpio -ov -O user@remotehost:/dev/st0
for mor info:
man rmt
man tar
man cpio
--
John Darrah (u05192) | Dept: N/C Programming
Giddens Industries |
PO box 3190 | Ph: (206) 767-4212 #229
Everett WA 98203 | Fx: (206) 764-9639
--
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.