Backing up two computers on one tape with UUCP

Conor P. Cahill cpcahil at virtech.uucp
Wed Oct 3 22:38:29 AEST 1990


In article <265 at twg.wimsey.bc.ca> bill at twg.wimsey.bc.ca (Bill Irwin) writes:
>  [ discussion of trying to use uucp to back up one system to another 
>    systems tape drive deleted ]
>

Why not just develop your own home-grown serial file transfer mechanism
that would allow you to do the following:

	on your system with the disks, run the following command:

		find..... | tar -cvf - | remotesend ttyaA system

	Remotesend then opens the serial port, logs in on the other machine
	with a different login from uucp.  This new login will have a new
	login shell called remoterecv.  remotesend will wait for remotercv
	to start up (some form of minimal handshaking) and then start 
	sending all of it's standard input through the system.

	Remoterecv reads all of its input and then buffers the data (in big
	blocks, since the serial link will never be fast enought to keep 
	the tape streaming) and write it to the tape drive.

	To insure data integrity, the remotesend-remoterecv link could have
	a minimal packetizing protocol that ensures none of the packets are
	clobbered.
	
This is off the top of my head and you probably can punch a hole in it,
but you get the idea and it shouldn't be hard to implement.

-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.sysv386 mailing list