I understand that if I'm copying say a single file, and do --transfers=50, it will do multiple multi-part uploads on that single file, and speeds up uploads significantly. This is using box.com
How would I go about upping the amount of multi-part uploads, without increasing the amount of files that are copied?
In a folder that has say 100 files in it, and I'd like to upload say 4 at a time, but allow up to XX part uploads, what would be the options to do this? I understand this increases RAM usage. I'd rather have single files finish faster, then it working on multiple files at once.
Thanks Nick, I believe that portion is working correctly, but when using the --transfers option, it is doing multiple files, instead of multiple pieces.
How do I limit it to upload only X amount of files at a time, but multiple pieces?
--transfers controls both according to the docs. Use --transfers 10 to send with a maximum of 10 uploads at once. So this could be 1 file split into 10 chunks uploading in parallel. Or 10 files uploading with 1 chunk in parallel.
whoever implemented box remote decided to use --transfers to control both at the same time - so yes it is possible if you re-implement it in more clever way. You are more than welcomed to give it a try if this is something you need.
I'm not why you neglected you to use the template as I'm positive we wouldl have all saved some time. By not using the template, you make things more complicated and make the re-use of other people searching for things. That's why we ask for the template and ignoring and making a comment about me being 'positive' is rather rude but here we are.