What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
rclone v1.53.3-DEV
- os/arch: linux/amd64
- go version: go1.18.1
Which cloud storage system are you using? (eg Google Drive)
IDrive e2
Config
[idrive_main_b64]
type = crypt
remote = idrive:main
filename_encoding = base64
password =
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync -v "/home/main" "idrive_main_b64:"
<Error><Code>XMinioInvalidObjectName</Code><Message>Object name contains unsupported characters.</Message><Key>pvk6juggg8bj046cmc0m0hf0p8/is9i0376v2euagela1n1noeov4/e171t752gpq1sb2kcj0sh5om9pau0ccshvtn2nh6jjptgovb3d3vf8kkrv3u5qoe0mc4a5i8eq97q1rotb8juh8mejnaarg1rbja0lsafcdhbdka2764stkvksapq49781n820gugqpnbbh0dcmle4elfugqlm6gr0g3dqgl04m2mb5naj29pq2ign6o2jekn8ium9ff9erh2koa62mjodsaf1ssmj6jklh1f4rrov7ljh18l14euu4s2uc1adi7sl9jdd0mh29lpqcj5q8bdm7t5f7u97bgub88ehft414er88rfo9g</Key><BucketName>main</BucketName><Resource>/main/pvk6juggg8bj046cmc0m0hf0p8/is9i0376v2euagela1n1noeov4/e171t752gpq1sb2kcj0sh5om9pau0ccshvtn2nh6jjptgovb3d3vf8kkrv3u5qoe0mc4a5i8eq97q1rotb8juh8mejnaarg1rbja0lsafcdhbdka2764stkvksapq49781n820gugqpnbbh0dcmle4elfugqlm6gr0g3dqgl04m2mb5naj29pq2ign6o2jekn8ium9ff9erh2koa62mjodsaf1ssmj6jklh1f4rrov7ljh18l14euu4s2uc1adi7sl9jdd0mh29lpqcj5q8bdm7t5f7u97bgub88ehft414er88rfo9g</Resource><RequestId>17B5EFD43B0BD49A</RequestId><HostId>xxxxxxxxxx</HostId></Error>
The error is same as default option (base32).
Also, whatever files are getting uploaded successfully, files are base32 encoded and not b64 on the remote, even though I specified it in the config.
Am I using b64 flag correctly?