Failed to create file system for "contos-crypt:": failed to make remote

What is the problem you are having with rclone?

Já montei várias vezes drive no rclone do tipo "drive" e depois crypt, porém agora está me retornando erro. Consigo acessar o tipo drive, porém está cryptografado, preciso usar o tipo crypt para ter acesso.

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

rclone version
rclone v1.62.2
- os/version: arch (64 bit)
- os/kernel: 6.2.10-1-aarch64-ARCH (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.20.4
- go/linking: dynamic
- go/tags: none

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)

rclone config 
Current remotes:

Name                 Type
====                 ====
contos               drive
contos-crypt         crypt

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q

big@Amun-Ra:~                                                                                                                                                           
▶ rclone lsd contos:
          -1 2021-10-23 02:42:13        -1 37t4msc0bk6fjjscuv8jem5esc
          -1 2023-07-01 18:27:41        -1 3jq7vvrte772k3demhb5s5egd8
          -1 2023-07-04 23:16:13        -1 4l77csbfen6kil7lr5itma7dvo
          -1 2022-08-30 21:48:51        -1 5054din2tue1uurrncu1lprh14
          -1 2021-11-19 03:29:26        -1 snl1rc1sg1078n758cu4744hkg
          -1 2023-02-15 01:03:45        -1 v986emdslpaj7gpfij84mj7i6s

big@Amun-Ra:~                                                                                                                                                           
▶ rclone lsd contos-crypt:
2023/07/13 01:50:54 Failed to create file system for "contos-crypt:": failed to make remote "talesam:/" to wrap: didn't find section in config file

The rclone config contents with secrets removed.

[contos]
type = drive
client_id = 1052129913-6aa2aoo63pkxxxxx7.apps.googleusercontent.com
client_secret = o2zMkDdNsA_ZePJB5sg9cF_6
scope = drive
token = {"access_token":"xxxx","token_type":"Bearer","refresh_token":"1//0h_sRZ7pctZ6QCgYxxxxxquEwxZM-9AY9zLOHExxxfw8S8GUrF_pRz4qz0epwxxxPd8YVRt9JE6-vaEYk","expiry":"2023-07-12T23:19:52.612479042-03:00"}
team_drive = 0AGLoxxxxZjUk9PVA
root_folder_id = 

[contos-crypt]
type = crypt
remote = talesam:/
password = xxx
password2 = xxx

A log from the command with the -vv flag

rclone lsd contos-crypt: -vv       
2023/07/13 01:59:51 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "lsd" "contos-crypt:" "-vv"]
2023/07/13 01:59:51 DEBUG : Creating backend with remote "contos-crypt:"
2023/07/13 01:59:51 DEBUG : Using config file from "/home/big/.config/rclone/rclone.conf"
2023/07/13 01:59:51 DEBUG : Creating backend with remote "talesam:/"
2023/07/13 01:59:51 Failed to create file system for "contos-crypt:": failed to make remote "talesam:/" to wrap: didn't find section in config file

Could you please use e.g. google translate and post in english?

The [contos-crypt] remote with the type = crypt setting is configured with remote = talesam:/.

Assuming you are trying to wrap the [contos] remote with the crypt backend, then setting remote = contos:/ may be the correct value for [contos-crypt].

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