Trying to cross-compile rsync 3.2.3 for an M1 Mac

2022-01-04 Thread Fred Fugate via rsync
Hi, On an Intel Mac, I'm trying to cross-compile rsync 3.2.3 for an M1 Mac. I configured like this: ./configure \ CFLAGS='-target arm64-apple-macos' \ --host=aarch64-apple-darwin \ --prefix=/opt/fred \ --with-rsyncd-conf=/opt/fred/etc/rsyncd.conf \ --disable-openssl \ --disable-xxhash \

Re: Workaround for rsyncing when fileflag schg is set?

2021-11-01 Thread Fred Fugate via rsync
proper solution but an obvious workaround would be to run > >> rsync twice. The first time without the --fileflags option. > >> > >> --no-perms wouldn't help. That is only the standard unix permissions. > >> > >> On 10/30/21 8:04 PM, Fred Fugate via r

Workaround for rsyncing when fileflag schg is set?

2021-10-30 Thread Fred Fugate via rsync
Hi, I have some subdirectories within a home directory that are chflagged schg, aka system immutable. When I rsync the home directory to another machine, I get lots of errors for these subdirectories and they fail to copy to the target. NOTE: The target is empty; rsync is copying to an empty

Re: Trying to cross-compile rsync 3.2.3 for an M1 Mac

2022-01-06 Thread Fred Fugate via rsync
Thanks Wayne, that worked for 3.2.3. I will explore 3.2.4pre1 as well. Fred On Thu, Jan 6, 2022 at 12:29 AM Wayne Davison wrote: > On Tue, Jan 4, 2022 at 7:39 PM Fred Fugate via rsync < > rsync@lists.samba.org> wrote: > >> It seems that the rsync source tarfile includes