Which is best for google drive and why? base32 base64 or base32768?
I struggle to comprehend which would be best, because I don't really understand the situation that well, googledrive is case sensitive, yes, but uh, I have no idea why UTF-16 googledrive might support...
Hmm, is there anyway to migrate from a crypt that uses filename obsfucation to a crypt that uses base32 encryption as a serverside move?
or is the only way to do it to copy from remote1: to remote2: and download all the files then upload all the files consuming massive amounts of bandwidth?
You copy the crypt config in the config file but change the base32 setting and also the remote so it doesn't overlap the original say from drive:crypt to drive:crypt2
You then do a rclone move from old crypt to new with --server-side-across-configs and this will server side move from old encoding to new.