Get configuration password from Kwallet

Hi,

Is it possible to store the configuration password in Kwallet (kde) and then use that in the rclone command? (not a bash script, but all in one line on the terminal)

Cheers

hi, have you seen this?
https://rclone.org/docs/#password-command-spaceseplist

I somehow hadn't. Now to combine this with kwallet-query I suppose.
i'll give that a go

good, and when done, you can post the results here....

1 Like

Thx to @asdffdsa for pointing me in the right direction!
The solution is to run the rclone commands like this:
rclone ls remote:path --password-command "kwallet-query -r folder_entry wallet_name -f folder_name"

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