Please update rsync 3.2.6 to latest - 3.2.7, there is a bug we hit and affects our production environments. https://bugzilla.redhat.com/show_bug.cgi?id=2123815 VERSION="13.1-RELEASE-p3 using latest, not quaterly. ~]# pkg info rsync rsync-3.2.6 Name : rsync Version : 3.2.6 Installed on : Tue Nov 22 11:57:16 2022 EET Origin : net/rsync Architecture : FreeBSD:13:amd64 Prefix : /usr/local Categories : net Licenses : GPLv3+ Maintainer : rodrigo@FreeBSD.org WWW : https://rsync.samba.org/ Comment : Network file distribution/synchronization utility Options :
Created attachment 238258 [details] bump rsync to 3.2.7 needs to be backported to quarterly, per bug reports on IRC.
Applied the patch, and reinstalled rsync 3.2.7 - incompatibility errors are gone, seems to be fine.
It would be great to see rsync updated to 3.2.7. This version includes a fix for a bug that is present in both the 3.2.5 and 3.2.6 versions currently in quarterly/latest: https://github.com/WayneD/rsync/issues/375
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea0265c789bb5a920d6d4af6b475083024ac8bcb commit ea0265c789bb5a920d6d4af6b475083024ac8bcb Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-12-10 21:44:21 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-12-11 15:09:11 +0000 net/rsync: Update to 3.2.7 Major changes: * Fixed the client-side validating of the remote sender's filtering behavior. * More fixes for the "unrequested file-list name" name * When rsync gets an unpack error on an ACL, mention the filename. * Avoid over-setting sanitize_paths when a daemon is serving "/" Full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.7 PR: 267921 Reported by: daniel <daniel@nav.ro> net/rsync/Makefile | 4 ++-- net/rsync/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-)
Committed in master branch, thanks