Today I upgraded to Big Sur and the problem seems to have disappeared. Unless the protocol version has changed? Is 31 the correct version? I did type in rsync --protocol=28 then 31 it seemed to stay at 31. So without knowing 100% of the usage I am guessing it needs to be used in the rsync command as I type it into terminal which I did not do as you can tell by the commands I post in the message.
$ rsync --version
rsync version 3.2.3 protocol version 31
Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
Web site:
https://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, hardlink-specials, symlinks, IPv6, no atimes,
batchfiles, inplace, append, ACLs, xattrs, optional protect-args, iconv,
symtimes, no prealloc, stop-at, crtimes, file-flags
Optimizations:
SIMD, asm, openssl-crypto
Checksum list:
xxh128 xxh3 xxh64 (xxhash) md5 md4 none
Compress list:
zstd lz4 zlibx zlib none
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
Command run in Terminal
Deleted Feliz Navidad on target, file transferred
$ rsync -avu ~/Music/ /Volumes/Macbook/Music
sending incremental file list
Media/Media.localized/José Feliciano/
Media/Media.localized/José Feliciano/Feliz Navidad/
Media/Media.localized/José Feliciano/Feliz Navidad/01 Feliz Navidad.m4a
sent 7,195,231 bytes received 721 bytes 214,804.54 bytes/sec
total size is 25,511,747,310 speedup is 3,545.29
Command run in Terminal, Deleted Feliz Navidad on target, file transferred
$ rsync -avu ~/Music/Media/Media.localized/José\ Feliciano/Feliz\ Navidad/ /Volumes/Macbook/Music/Media/Media.localized/José\ Feliciano/Feliz\ Navidad/
sending incremental file list
./
01 Feliz Navidad.m4a
sent 7,026,015 bytes received 38 bytes 4,684,035.33 bytes/sec
total size is 7,024,163 speedup is 1.00
Command run in Terminal, Deleted 13 songs on target, all transferred
$ rsync -avu ~/Music/Media/Media.localized/Josh\ Groban/Noël/ /Volumes/Macbook/Music/Media/Media.localized/Josh\ Groban/Noël/
sending incremental file list
./
01 Silent Night.m4a
02 Little Drummer Boy (feat. Andy McKee).m4a
03 I'll Be Home for Christmas.m4a
04 Ave Maria.m4a
05 Angels We Have Heard On High.m4a
06 Thankful.m4a
07 The Christmas Song.m4a
08 What Child Is This_.m4a
09 The First Noel.m4a
10 Petit Papa Noel.m4a
11 It Came Upon a Midnight Clear.m4a
12 Panis Angelicus.m4a
13 O Come All Ye Faithful.m4a
sent 114,306,768 bytes received 266 bytes 10,886,384.19 bytes/sec
total size is 114,277,832 speedup is 1.00
Commands run in an automater app, Deleted files on target, Files transferred
Command in app is rsync -avu ~/Music/ /Volumes/Macbook/Music
building file list ... done
sent 107639 bytes received 20 bytes 3417.75 bytes/sec
total size is 13261956122 speedup is 123184.83
building file list ... done
Media/Media.localized/Jose\#314\#201 Feliciano/Feliz Navidad/
Media/Media.localized/Jose\#314\#201 Feliciano/Feliz Navidad/01 Feliz Navidad.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/
Media/Media.localized/Josh Groban/Noe\#314\#210l/01 Silent Night.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/02 Little Drummer Boy (feat. Andy McKee).m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/03 I'll Be Home for Christmas.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/04 Ave Maria.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/05 Angels We Have Heard On High.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/06 Thankful.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/07 The Christmas Song.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/08 What Child Is This_.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/09 The First Noel.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/10 Petit Papa Noel.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/11 It Came Upon a Midnight Clear.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/12 Panis Angelicus.m4a
Media/Media.localized/Josh Groban/Noe\#314\#210l/13 O Come All Ye Faithful.m4a
sent 121479010 bytes received 340 bytes 2669875.82 bytes/sec
total size is 25511747310 speedup is 210.01