Yes, I am transferring a very large number of files. The curiosity is, that it works until debian 12.4 or even with the last update of rsync without these errors.
I can split the transfer into smaller parts. I will try and come back with the results. Thanks, Norbert On Tue 11 Jun 2024, Norbert Schulz wrote:
If I run rsync without 'z' option the error is: [receiver] exceeded --max-alloc=1073741824 setting (file=fileio.c, line=260) rsync error: error allocating core memory buffers (code 22) at util2.c(80) [receiver=3.2.7] rsync: [generator] write error: Broken pipe (32) rsync: connection unexpectedly closed (18054825 bytes received so far) [generator]
Hmm, you could be running into a memory constraint, are you transferring a very large number of files? If so, is it possible to split the transfer up into smaller parts? Thanks, Paul

