On Fri, 9 Jun 2000, Alan Mead wrote:

> 
> At 10:13 PM 6/8/00 , Steven W. Orr wrote:
> 
> >On Thu, 8 Jun 2000, Kirk Whiting wrote:
> >
> >=>Im trying to do a backup job to my Jaz Drive with cron and Im having
> >=>difficulty. The command Im using is:
> >=>
> >=>38 08 * * 1 find /home/* -print | cpio -orcvdumB > /mnt/jaz
> >=>
> >=>I keep getting  " broken pipe "

If it works from the command line but not in cron, the cause is probably
that when running in cron there is no $PATH.  Try specifying the full path
of cpio and find.

-------------------------------------------------------------------
DDDD   David Kramer                   http://kramer.ne.mediaone.net
DK KD  
DKK D  Every non-key attribute depends on the key, the whole key,
DK KD  and nothing but the key, so help me Codd.
DDDD                                      (Sybase training class)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to