Re: --copy-unsafe-links unexpected behavior with unsafe symlinks

2022-01-04 Thread Wayne Davison via rsync
To be extra clear (since I was overly terse in my hasty answer), here's your last example fixed for you: $ cd ~/dev $ rsync --copy-unsafe-links -aivz --delete ~/tmp/TST/tree/ ~/tmp/XXX/tree/ This is how rsync knows where the safe restriction lies -- at the top of the transfer (the final

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 \