Help with new encrypted rclone?

What is the problem you are having with rclone?

i created 2 encrypted rclone folders with 2 different passwords when rclone was first released. since, all i have done is upgrade rclone and drop my config in. so i completely forget how i set this up.
my question is, with just my config, is there a simple way for me to add a 3rd encrypted folder with a new password? if so, can you point me in the right direction of how to do that?

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

rclone v1.57.0

  • os/version: ubuntu 21.10 (64 bit)

  • os/kernel: 5.13.0-39-generic (x86_64)

  • os/type: linux

  • os/arch: amd64

  • go/version: go1.17.2

  • go/linking: static

  • 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)

Paste command here

The rclone config contents with secrets removed.

Paste config here
[remote]
type = drive
client_id = random-characters.apps.googleusercontent.com
client_secret = random-characters
scope = drive
root_folder_id =
service_account_file =
token = {"access_token":"random-characters


[share1]
type = crypt
remote = remote:/Maindir/School/
filename_encryption = standard
password = random-characters
password2 =

[share2]
type = crypt
remote = remote:/Maindir/Work/
filename_encryption = standard
password = random-characters
password2 =



#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

Sure, take a look at:

Crypt (rclone.org)

There are step by step directions there.

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