Re: rsync --chmod affects the source permissions as well as destination permissions

2025-05-05 Thread Derek Martin via rsync
On Tue, Apr 08, 2025 at 12:54:24PM +0100, Graham Leggett via rsync wrote: > I misunderstood the --chmod option, thinking that it specified the > permissions at the destination. What actually happens is that it > overrides the source permissions, and has a side effect of the > destination permission

Re: xfer_sum_len type bug

2023-05-26 Thread Derek Martin via rsync
On Fri, May 26, 2023 at 08:34:20AM -0700, Wayne Davison wrote: > On Tue, May 16, 2023 at 2:03 PM Derek Martin wrote: > > > This appears to be because of a type mismatch between xfer_sum_len > > (declared as [signed] int) and the third arugment to memset, whose > > function prototype is (from the m

xfer_sum_len type bug

2023-05-16 Thread Derek Martin via rsync
Hi folks, I have several build environments in which I must build rsync, and in some, but not all of them, the build fails when built with -Wall -Werror due to this warning: In file included from /usr/include/string.h:495, from /home/demartin/BuildClients/cobrasync-8.80-alsi11-l