processes don't quit when run with cron job

2001-02-07 Thread John Mravunac
Hi,   I'm hoping you are able to give me some advice. The problem I am having is that I need to schedule a cron job to run rsync to replicate a website here at work. If I run the job below, every time the job is run,  an rsync and ssh2 process are left in the R process state (runnable - on

Re: processes don't quit when run with cron job

2001-02-07 Thread Dan Phoenix
, John Mravunac wrote: > Date: Thu, 8 Feb 2001 11:35:04 +1100 > From: John Mravunac <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: processes don't quit when run with cron job > > Hi, > > I'm hopi