On Mon, Apr 16, 2001 at 01:02:49PM -0700, Jumblat, Ghassan wrote:
...
> /usr/sbin/rsync -arvzptgo --delete --exclude *core --exclude *.tar --exclude
> *.err --exclude-from $exclude_file ${
> dir[$i]} ${dest_mach}:${loc_dir[$i]} 2>&1 $logfile
...
> building file list ... link_stat s2004can:/etc : No such file or directory
> created directory /tmp/sync_Retail.1229

Rsync thinks you've got 3 directories there because $logfile looks like
a third parameter.  You probably mean to end that by ">$logfile 2>&1".

- Dave Dykstra

Reply via email to