remote dumps started via cron
Brian V. Smith
envbvs at epb2.lbl.gov
Thu Mar 29 03:29:54 AEST 1990
In article <9698 at shlump.nac.dec.com>, mamros at cavdog.enet.dec.com (Shawn
Mamros) writes:
|>
|> In article <692 at mpirbn.UUCP>, p539wob at mpirbn.UUCP (Wolfgang Barth) writes:
|> > We've a VAXStation3100 and some DECStations3100 (running under
Ultrix V3.1/
|> > UWS2.1) and want to hold a copy of some drive partitions of the VAX on
|> > a DECStation drive. [...]
|> >
|> > We tried to do this with:
|> > dump 0uf - filesystem | rsh dec "(cd /backup ; restore xf - )"
|>
|> Try running it from the DECstation instead and using rsh on the dump
command:
|> rsh vax dump 0uf - filesystem | (cd /backup ; restore xf - )
|>
|> I've run dump via rsh before - it works very well.
Or try dump 0uf - filesystem | rsh -n dec "(cd /backup ; restore xf - )"
^^
Note the -n for rsh. rsh will try to read/write from standard input/output
unless you give it the -n.
_____________________________________
Brian V. Smith (bvsmith at lbl.gov)
Lawrence Berkeley Laboratory
I don't speak for LBL, these non-opinions are all mine.
More information about the Comp.unix.ultrix
mailing list