Possible to select chunk size inside copy command with chunker?

Hello,

Please tell me of it's possible to set chunk size through copy command for rclone chunker?

It works great if i set max-chunk size through config file, but i would like to use different chunks size for different files through classic rclone copy command too (not sure if it's possible).

Would something like below work?
rclone copy demo.file chunker-bucket:bucket --chunk-size 1G

Thank you for helping me!

Almost - this is the flag you want

  --chunker-chunk-size SizeSuffix   Files larger than chunk size will be split in chunks (default 2Gi)
1 Like

Thank you. Must say that is rclone a very good product with unbeatable support :slightly_smiling_face:

1 Like

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