AutoRclone Upload -> Rclone cant decrypt

What is the problem you are having with rclone?

If i mount a folder i it dont get decrypted when i upload the files with AutoRclone

What is your rclone version (output from rclone version)

v1.53.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Synology DSM 64Bit

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Im copying the files with AutoRclone with this comamnd:
"python3 rclone_sa_magic.py -sp PATH -d CODD -dp Path --crypt

And then i use this to mount:

"rclone mount Drivec: PATH --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --umask 002 --daemon --allow-non-empty"

The rclone config contents with secrets removed.

--------------------
[Drive_crypt]
type = crypt
remote = Drive:
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
--------------------

A log from the command with the -vv flag

No logs

AutoRclone is not supported. Can you replicate the same issue with a normal rclone copy and then see if the files are visible in the mount?

When i copy the same file with crypt i can see the file decrypted

Then this is probably an issue with AutoRclone which you will have to check with its author.

Is it possible to use Rclone to crypt the data after uploading it with autorclone?

No, it will need to be re-uploaded.

Hm okay wouldnt want to upload again 16TB

seems that autorclone uses rclone to crypt files to a remote.
so if you did that, rclone, without autorclone, can mount that crypted remote

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