Rclone prompt for config password once

Hi,

I have a pretty simple question.

I've encrypted my config file and I am asked to input the config password after every command.
Ex:

rclone listremotes <--- Prompts for password
rclone lsd remote: <--- Prompts for password

Is there anything I can do so it would only ask for the password once until I close out of my terminal?

I'm using WSL on Win10, rclone version 1.52.0

You can set the RCLONE_CONFIG_PASS environment variable to avoid repeated prompts in the same session.

Documentation for the same: https://rclone.org/docs/#configuration-encryption

Perfect, thank you! Made it all work.

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