> Am 15.07.2025 um 22:12 schrieb Peter Nicolai Mathias Hansteen > <pe...@bsdly.net>: > > > >> On 15 Jul 2025, at 21:58, Mike Fischer <fischer+o...@lavielle.com> wrote: >> >> >>> Am 12.07.2025 um 23:55 schrieb Sean Kamath <kam...@moltingpenguin.com>: >>> >>> Seems odd that openrsync (on Apple) -> openrsync (on OpenBSD) wouldn’t >>> work, but who knows what Apple has done to this under the hood, even though >>> the man page says: >> >> I’m just curious: None of the macOS versions I have checked (Ventura, >> Sonoma, Sequoia, Tahoe) seem to contain openrsync. They do however contain >> rsync (see `% /usr/bin/rsync --version`). >> >> `% which openrsync` does not return a path on any of these. >> >> I understand your post to imply that you are using openrsync, not rsync, on >> macOS? If so where did you find it? >> >> Thus this whole discussion seems somewhat weird, unless I have misunderstood >> something. > > here, with macOS 15.5: > > [Tue Jul 15 22:10:19] peter@boufeedecalvados:~$ which rsync > /usr/bin/rsync > [Tue Jul 15 22:10:22] peter@boufeedecalvados:~$ rsync --version > openrsync: protocol version 29 > rsync version 2.6.9 compatible > > Also, the man page says OPENRSYNC(1)
Ok, that explains it. Apple apparently changed it from rsync to openrsync in Sequoia. Thanks, I didn’t know that. Mike