2 errors when running rsync

Dave Dykstra dwd at bell-labs.com
Thu Aug 29 10:48:00 EST 2002


In case no-one has answered this yet (I'm catching up on all of August on
the rsync mailing list and I didn't see anybody answer you): use
--ignore-errors if you don't want to skip deleting files.

- Dave Dykstra

On Fri, Aug 02, 2002 at 01:28:18AM -0400, Michael Sharp wrote:
> I'm kinda new to rsync, and decided to mirror openssl.org. When running
> the command below, as suggested by openssl.org, I get the following..
> 
> rsync -rztpv --delete rsync://ftp.openssl.org/openssl-ftp/
> /home/ftp/pub/openssl/
> 
> I get the output:
> -----------------
> receiving file list ... opendir(incoming): Permission denied
> done
> IO error encountered - skipping file deletion
> send_files failed to open //source/openssl-engine-0.9.6d.tar.gz.asc:
> Permission denied
> wrote 102 bytes  read 2911 bytes  1205.20 bytes/sec
> total size is 109179174  speedup is 36236.04
> rsync error: partial transfer (code 23) at main.c(925)
> ------------------
> 
> Obviously, the opendir(incoming) part is the permissions on the openssl
> side, as well as the ' send_files... ' part.
> 
> The parts that concern me are (1) IO error encountered - skipping .... and
> (2) rsync error: partial transfer (code 23) at main.c(925)
> 
> Leaving the --delete part off leaves me with the same output, minus (1).
> 
> However, the rsynch process * is * working.
> 
> Any ideas?
> 
> System:
> FreeBSD 4.6-STABLE
> rsync version rsync-2.5.5_1
> 
> Michael
> 



More information about the rsync mailing list