Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!indri!nic.MR.NET!xanth!ames!amdahl!pacbell!sactoh0!spked!tdl!raulin From: raulin@tdl.UUCP (Raulin Olivera) Newsgroups: to.spked,comp.unix.xenix Subject: UUCP - UUX Keywords: UUCP - UUX Message-ID: <103@tdl.UUCP> Date: 24 Mar 89 05:47:05 GMT Organization: CA State Controllers Lines: 24 I have 2 Compaq 286's running SCO Xenix. One has a tape drive connected and the other does not. I am trying to do backups on the system without the tape drive by creating cpio files (find . -print | cpio -oBv > cpio.file) and uucp'ing the file to the system with the tape. The problem arises in that the system with tape has limited disk storage on the root file system and the cpio.files are too large to fit. I have a 2nd file system, /u, that has enough space but I cannot get uucp to transfer the file directly to that file system without going through the spool directory on the root file system. I thought that I could circumvent this problem by doing it with uux. Something like (from the taped system) uux "!echo sys1\!/u/tmp/cpio.file | cpio -oBv > /dev/tapedrive". I am not sure of my syntax because I don't have a manual available at the moment but the systax I tried was correct. This blew-up because again the cpio.file was copied to the spool directory of the taped system before the cpio could start. My question is, does anyone know of a way that I can either do my uucp and avoid the root file system or a uux command that might write directly to tape without creating a file on the taped system? =Ralo-> Raulin Olivera