Is there a "merger" that merge small file to large before upload?

I noticed there is a "chunker", so is there a "merger"?

Uploading a large number of small files to a remote storage is a very slow process. Is it possible to combine the small files into a single large file before uploading?

There is no such rclone functionality at the moment.

1 Like

could zip files files on local and then upload that single file.
which is what i do.

also, might check out
Best way to zip up folders on remote?
Rclone Compression | zip | rar and data transfer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.