Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!midway!gargoyle!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.admin Subject: Re: Backup across network using cpio Message-ID: <1990Dec05.222635.904@chinet.chi.il.us> Date: 5 Dec 90 22:26:35 GMT References: <189@ucc386.UUCP> <5637@uafhp.uark.edu> Organization: Chinet - Public Access UNIX Lines: 20 In article <5637@uafhp.uark.edu> tn03@uafhcx.uucp (Tn3270 access) writes: > >I personally use afio to back up four HP-UX boxes to one DAT drive. I >don't use cpio often enough to answer your question specifically, but >this is the way I do it with afio: >remsh DAThost dd if=/dev/DAT bs=1024k | afio -i - If you change the literal "rsh" (somewhere around line 584) to whatever works on your system, afio will internally generate the remote command for you when it sees a device name in the form host:device, running another copy of afio on the other system instead of dd. If people are going to do selective restores over a network though, it might be worth modifying the code to do the selection on the machine with the tape drive instead of streaming the whole DAT across the net for the local copy to discard most of it. Les Mikesell les@chinet.chi.il.us