<div dir="ltr">Hi all,<div> </div><div>I'm using rsync 3 to copy all files from one disk to another. The files were writen by Minio, an S3 compatible opensource backend.</div><div><br></div><div>The number of files is dozens of millions, almost each of them within its own directory.</div><div><br></div><div>Rsync takes a long time, when not several hours, to even start syncing files. I already see a few reasons:</div><div>- it first create all directories to put files in, that could be done along with the sync</div><div>- it needs to generate the list of all files before starting, and cannot start syncing and keep the list generation in a different thread.</div><div><br></div><div>Cheers,</div><div>bráulio</div></div>