rsync over ssh fails with --files-from

2023-12-20 Thread Alex via rsync
Hi, I've been using rsync on fedora over ssh to sync directories for decades, but suddenly having a problem with transferring multiple files at a time to one specific host using --files-from. I can't think of what might have changed to have caused this. Using rsync to transfer a single file to

Re: rsync over ssh fails with --files-from

2023-12-20 Thread Alex via rsync
m pushing the files to the destination or pulling them from the remote to local. Thanks, Alex > > On 12/20/23 09:50, Alex via rsync wrote: > > Hi, I've been using rsync on fedora over ssh to sync directories for > > decades, but suddenly having a problem with transferring m

Re: rsync over ssh fails with --files-from

2023-12-21 Thread Alex via rsync
> The errors column is 0. The drop column is 18. The second bit number > is the number of packets which should grow. At least that is how I read > it. Column makes it more readable in a terminal but not so much in an > email. > Yes, my apologies. I even debated inserting a screenshot. errs

Re: rsync over ssh fails with --files-from

2023-12-21 Thread Alex via rsync
send all 40 files at once and none get transferred. > > It almost certainly has something to do with building the initial list of > files. If that list is too large, the transfer fails, even if the majority > of the files in the source are already in the destination. > > It also