Unable to copy data between encrypted remotes

What is the problem you are having with rclone?

I am trying to copy data from one encrypted drive to another but getting access denied error.

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.1

  • os/version: ubuntu 21.10 (64 bit)

  • os/kernel: 5.13.0-1027-oracle (aarch64)

  • os/type: linux

  • os/arch: arm64

  • go/version: go1.17.9

  • go/linking: static

  • go/tags: none

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

Source - Storj S3
Destination - Scaleway S3

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

rclone copy StorjCrypt: SWCrypt: -P

The rclone config contents with secrets removed.

[StorjCrypt]
type = crypt
password =
password2 = 
remote = Storj:data/crypt

[SWCrypt]
type = crypt
remote = Scaleway:data/crypt
password = 
password2 = 

A log from the command with the -vv flag

2022/07/06 16:13:01 DEBUG : rclone: Version "v1.58.1" starting with parameters ["rclone" "copy" "StorjCrypt:" "SWCrypt:" "-P" "-vv"]
2022/07/06 16:13:01 DEBUG : Creating backend with remote "StorjCrypt:"
2022/07/06 16:13:01 DEBUG : Using config file from "/home/ubuntu/.config/rclone/rclone.conf"
2022/07/06 16:13:01 DEBUG : Creating backend with remote "Storj:data/crypt"
2022/07/06 16:13:07 DEBUG : Creating backend with remote "SWCrypt:"
2022/07/06 16:13:07 DEBUG : Creating backend with remote "Scaleway:data/crypt"
2022-07-06 16:13:10 ERROR : Encrypted drive 'SWCrypt:': error reading destination root directory: AccessDenied: Access Denied.
        status code: 403, request id: tx118db68f524a4b5b8b89d-0062c5b494, host id: tx118db68f524a4b5b8b89d-0062c5b494
2022-07-06 16:13:10 DEBUG : Encrypted drive 'SWCrypt:': Waiting for checks to finish
2022-07-06 16:13:10 DEBUG : Encrypted drive 'SWCrypt:': Waiting for transfers to finish
2022-07-06 16:13:10 ERROR : Attempt 1/3 failed with 1 errors and: AccessDenied: Access Denied.
        status code: 403, request id: tx118db68f524a4b5b8b89d-0062c5b494, host id: tx118db68f524a4b5b8b89d-0062c5b494
2022-07-06 16:13:11 ERROR : Encrypted drive 'SWCrypt:': error reading destination root directory: AccessDenied: Access Denied.
        status code: 403, request id: txcab4315d5681430a8f5db-0062c5b496, host id: txcab4315d5681430a8f5db-0062c5b496
2022-07-06 16:13:11 DEBUG : Encrypted drive 'SWCrypt:': Waiting for checks to finish
2022-07-06 16:13:11 DEBUG : Encrypted drive 'SWCrypt:': Waiting for transfers to finish
2022-07-06 16:13:11 ERROR : Attempt 2/3 failed with 1 errors and: AccessDenied: Access Denied.
        status code: 403, request id: txcab4315d5681430a8f5db-0062c5b496, host id: txcab4315d5681430a8f5db-0062c5b496
2022-07-06 16:13:12 ERROR : Encrypted drive 'SWCrypt:': error reading destination root directory: AccessDenied: Access Denied.
        status code: 403, request id: txa0960236466a4187afcc8-0062c5b497, host id: txa0960236466a4187afcc8-0062c5b497
2022-07-06 16:13:12 DEBUG : Encrypted drive 'SWCrypt:': Waiting for checks to finish
2022-07-06 16:13:12 DEBUG : Encrypted drive 'SWCrypt:': Waiting for transfers to finish
2022-07-06 16:13:12 ERROR : Attempt 3/3 failed with 1 errors and: AccessDenied: Access Denied.
        status code: 403, request id: txa0960236466a4187afcc8-0062c5b497, host id: txa0960236466a4187afcc8-0062c5b497
Transferred:              0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:        10.9s
2022/07/06 16:13:12 INFO  : 
Transferred:              0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:        10.9s

2022/07/06 16:13:12 DEBUG : 5 go routines active
2022/07/06 16:13:12 Failed to copy: AccessDenied: Access Denied.
        status code: 403, request id: txa0960236466a4187afcc8-0062c5b497, host id: txa0960236466a4187afcc8-0062c5b497

hello and welcome to the forum,

do these commands work?
-- rclone ls SWCrypt: -vv
-- rclone ls Scaleway:data/crypt -vv

also, the redacted config/remote info is missing for Storj and Scaleway?

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