Closed mjmayer closed 6 years ago
I worked through this again today. I misunderstood what the process is. Here is the steps I used to get duplicati_client connecting with a password in a parameters.yml file.
duc params ~/.config/duplicati-client/parameters.yml
duc login http://localhost:8200
I defined the password to connect to my duplicati server in
/root/.config/duplicati-client/config.yml
. When I used the commandduc login
I get prompted for a password. However, if I provide the password inline when running duc (duc login --password=mysecretpassword
) it connects without any problem.I've run the command
duc config
and from the output it looks like it is reading the config file just fine.