Re: strange error when run from cron

2006-10-30 Thread John Van Essen
On Tue, 31 Oct 2006, Jason Cox <[EMAIL PROTECTED]> wrote: > Hi all, > I have the following in a cron job > /usr/bin/rsync -ub --suffix=~$(date +%F) /Data/Jobs/ /Data/Backups/Jobs/ > -razv --no-whole-file --ignore-errors partial > > Problem is that when the command is run on th

strange error when run from cron

2006-10-30 Thread Jason Cox
Hi all,     I have the following in a cron job    /usr/bin/rsync -ub --suffix=~$(date +%F) /Data/Jobs/ /Data/Backups/Jobs/ -razv --no-whole-file  --ignore-errors –partial   Problem is that when the command is run on the command line everything works. However, when its in a cron