I'm also interested in how this can be done. I've got two 486/50 EISA machines
running SVr4.2 on an Ethernet connection. Only one has a tape drive (DAT).
Any suggesions how I can access the tape from the tape-less machine?
I'm also interested in how this can be done. I've got two 486/50 EISA machines
running SVr4.2 on an Ethernet connection. Only one has a tape drive (DAT).
Any suggesions how I can access the tape from the tape-less machine?
how about isomething like
find ..... | cpio -oB | rsh tapehost dd of=/dev/tape
tar cf - * | rash tapehost dd of=/dev/tape
or something similar. Basically create the backup onto a data stream and pipe
that through rsh (remote shell, not restricted shell) into the dd program
which puts that data on tape
Chris
--
Christopher Elvin Simmons Magee plc
Senior Open Systems Consultant One Dee Road
Tel: +44 81 948 3114 Surrey TW9 2JN
Fax: +44 81 940 8385 -- Integrating Technology with your needs --
There are several ways you can you this, I've heard that RFS has a way of
accessing devices but I haven't really looked at that.
(What follows is a bit BSD'ish and will probably need slight mods for SYSV)
It depends what you want to use to back up the machine, if you are using
cpio or tar or something like that then you can do something like...
[on tapeless machine]
find . -depth -print | cpio -oamdBu | rsh tape_machine dd of=/dev/TAPE bs=5120
[block sizes may be different]
or...
tar cvf - . | rsh tape_machine dd of=......
Restoring is just the same backwards [still on tapeless machine]...
rsh tape_machine dd if=/dev/TAPE bs=5120 | cpio -ivBumd
This assumes that you have your /.rhosts file setup to allow root to rsh
to the machine with the tape drive.
Hope thats some use,
Lee.
--
Motorola Ltd Phone: +44 793 545336
16 Euroway, Blagrove
Swindon, Wiltshire
SN5 8YW
Probably best done with 'rdump', if you have that command available.Quote:>I'm also interested in how this can be done. I've got two 486/50 EISA machines
>running SVr4.2 on an Ethernet connection. Only one has a tape drive (DAT).
>Any suggesions how I can access the tape from the tape-less machine?
Or a combination of 'cpio' and 'dd' across the network.
Z
--
-------------------------------------------------------------------------
| Syed Zaeem Hosain P. O. Box 610097 (408) 441-7021 |
-------------------------------------------------------------------------
1. backup through Ethernet question
Hello!
Maybe someone could help me to solve a problem I encountered.
I am not very experianced yet so there might be a trivial solution.
I have a tape drive attached to a PC. The PC is fully connected to a
LAN to which is also connected a RISC 6000. I would like to find a
way to use this tape drive to backup the RISC.
What would you suggest?
I was thinking about installing linux on the PC and doing remote
backups (no idea if linux will be alble to see the tape drive).
Someone has probably already gone through this and any
help/pointers/advices would be really apprecied.
Thans a lot in advance,
Cheers,
Wojtek
--------------------------------------------------------------------
| Wojtek Swiatek, AGH, Dept. of High-Energy Physics, Krakow, Poland |
| CERN, Geneva, Switzerland |
--------------------------------------------------------------------
GS(GSC) c++(++++) u++(-) e++ m+ s+/ n++ h(++) f g+ t r+
2. Help: Prob with Midnight Comm 3
3. Linux running.....some questions though.
5. direct ethernet + PPP backup
7. Help using PPP as dial-up backup to Ethernet connection?
8. extracting .tgz archive under win95
9. How to backup over ethernet?
10. What are some good ways to do backups (across an Ethernet)
11. Ethernet dropout while using Backup Exec
12. Help using PPP as dial-up backup to Ethernet connection?
13. lilo can't find /etc/lilo.conf, even though it's there