Hello,

On 2021-01-26 10:15, Frank GrĂ¼llich <[email protected]> writes:

> I've never used rclone with WebDav, but a quick look at the
> documentation[1] tells me that you can configure the password with an
> environment variable and that is what I would do.  Eg.:
>
> RCLONE_WEBDAV_PASS="$(pass show path/to/webdav/pass)" rclone ...
>
> That would similarly also work as command line option, but would reveal
> the password at the process list to any other user/program on the
> machine.  Injecting it via env var is *slightly* more secure.  HTH.

Thank you very much, this is exactly what I was looking for.

For the posterity, the password needs to be obscured so the command is:

RCLONE_WEBDAV_PASS="$(pass show path/to/webdav/pass | rclone obscure -)" rclone 
...

Thanks again,

Alan

Attachment: signature.asc
Description: PGP signature

Reply via email to