Re: rsync fails when transferring multiple files

2023-12-21 Thread Alex
On Thu, Dec 21, 2023 at 6:04 PM Cameron Simpson wrote: > On 20Dec2023 13:59, Alex wrote: > >This also isn't a disk space or inode problem or corrupt filesystem > >problem > >- the same command works from a different host to this one problematic > host > >without a problem. Destination directory

Re: rsync fails when transferring multiple files

2023-12-21 Thread Cameron Simpson
On 20Dec2023 13:59, Alex wrote: This also isn't a disk space or inode problem or corrupt filesystem problem - the same command works from a different host to this one problematic host without a problem. Destination directory also doesn't matter. Does the different host have the same version

Re: rsync fails when transferring multiple files

2023-12-20 Thread Alex
Hi, > It actually also exhibits the same problem without a filelist at all - as > long as I'm transferring multiple files, it fails. I suppose if I were > syncing a directory with less than nine files, it might succeed, but local > directory to any remote directory on this one server fails. > > >

Re: rsync fails when transferring multiple files

2023-12-20 Thread Roberto Ragusa
On 12/20/23 19:59, Alex wrote: It actually also exhibits the same problem without a filelist at all - as long as I'm transferring multiple files, it fails. I suppose if I were syncing a directory with less than nine files, it might succeed, but local directory to any remote directory on this

rsync fails when transferring multiple files

2023-12-20 Thread Alex
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. Both sides are fedora38 with all updates applied. I can't think of what might have changed to have caused t