I have a rsync command that has been working for a while.
After I upgraded to rsync-3.1.2-11.el7_9.x86_64.rpm for the sucurity patch my command doesn't work.
This is what I get:
rsync --verbose --archive --no-p --no-g --chmod=ugo=rwX --relative --copy-links --max-size=50m --include-from=/tmp/rsync_file_list.txt --exclude=* / /tmp/test/
sending incremental file list
ERROR: rejecting excluded file-list name: /.
rsync error: protocol incompatibility (code 2) at flist.c(907) [Receiver=3.1.2]
NOTE: if I replace the "/" source in "/data" it works. But this is not a good option for me in this command