What is the problem you are having with rclone?
I can't figure out how to decrypt the files I've uploaded to the cloud, for example, if I need to restore my files. I understand that I maybe need to mount the cloud drive as a local drive, but what next? Or can I download the files from the cloud, open them with a program "X", provide passwords, and view/transfer them unencrypted?
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)
Wasabi cloud with encryption (two separate remotes ofc)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Haven't found a command to run.
The rclone config contents with secrets removed.
[wasabi-cloud]
type = s3
provider = Wasabi
env_auth = false
access_key_id =
secret_access_key =
endpoint = https://s3.eu-central-2.wasabisys.com/
acl = private
[secret]
type = crypt
remote = wasabi-cloud:backuptestkj/backup-test
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
A log from the command with the -vv
flag
No logs to provide.