NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rsync to ext2 filesystem issues



Hi, Ramiro
On Thu, Sep 17, 2026 at 11:04:54AM +0200, Ramiro Aceves wrote:
> ok. Sorry for my ignorance, does rsync use parallel operations? If so,
> how to avoid those kind of operations?
While you could fork several rsync processes in the background to work
in parallell, I wouldn't recommend it in your scenario.

You are already suffering from IO bottlenecks, and parallelizing the
task would make it worse (most probably exponentially). 

Best,
Luis


Home | Main Index | Thread Index | Old Index