Anyone from EU that can chime on this? Are the speeds really that slow?
[quote="mvjunkie, post:385, topic:36529"]Also, what is the chunker command to clean out unused chunks? Ive had to stop uploads and resume on many occasions.
[/quote]
I'm already working on Box's enterprise plan, and the slow running speed is only because Box limits the number of API calls (at least, it is stricter than Google Drive's limit), and the number of calls is limited, so the speed will naturally slow down ( It may be the reason why a large number of multi-threaded operations cannot be performed), generally speaking, the impact is not too great, especially now that there is only one option for unlimited storage left.
I can not confirm. I'm uploading with 2 different vps from the Netherlands with a total of 200mb/second. But the upload per file is mostly between 8-15mb/sec. I have raised the maximum data transfer. A testdowload of a larger file gave 170-190mb/sec. In a conversation with the support I was told that the maximum API calls may be exceeded at the beginning, only when longer exceed Box then reports to a personal. But no access will be restricted if the limit is exceeded. Also, the API limit can be increased permanently for a surcharge. Rclone chunk with 49Gi works perfectly for me.
I guess that, like Dropbox, the // chunck uploading is not implemented so yeah, single file upload is only using one stream/connection, which depend on a lot of parameters to be fast like latency, packet loss, congestion managment, etc.
Currently at 30TB with Box, speeds have been consistent, and no warnings of space usage, or API limits.
I did have to update the Crypt option to a base32768, otherwise I was getting filename too long errors.
It would be the --crypt-filename-encoding in the config file, or within the advanced options of the rclone configuration tool for that specific crypt mount.
I believe changing it while data exists, may make the existing data inaccessible. I started over after making the change.
I suggest you test first if base32768 works - it should but it has been really only tested on dropbox and onedrive.
It requires remote to correctly handle all 32k characters used.
You could use this file - base32768.zip - it contains files with all base32768 characters. To test you have to copy them to box remote (not crypt) and then maybe run rclone check to see if nothing changed.
Would be great if you share results - so we can update crypt documentation and mention there that base32768 works on box.
OK - so max file length is the same for 1 byte and 2 byte encoding. This remote is perfect for base32768.
base32768 actually shortens file names in most cases so is the best choice for supported remotes. Google has insane max path length (4k I think - it was no issue to use default base32 used by crypt) so easy to encounter problems moving to more limited remotes. Box I think is 1024 - but onedrive is only 400