Duplicacy "set" B2 password. Still being asked when running "backup"

I’ve got Duplicacy running on my Windows servers using the GUI (love it btw, will be buying several licenses soon!).

On Linux, I used the “set” command to set the B2 account ID and password. I see the entry in the .duplicacy/preferences file. However, when I run “duplicacy backup”, I get prompted for the password.

[
{
“name”: “default”,
“id”: “”,
“storage”: “b2://”,
“encrypted”: false,
“no_backup”: false,
“no_restore”: false,
“no_save_password”: false,
“keys”: {
“123412412341242141234”: “12342141241241241241234123412341234124123”
}
}
]

Edit: Never mind. I figured it out. As currently written, the wiki documentation is slightly confusing. You have to scroll over in the “Managing Passwords” table to see the preference key names.

1 Like

The solution to this topic was added in the OP.

For the future: it is better to reply to your own post with the solution instead of editing the OP. In this way the reply will be marked as Solving the OP and Discourse will make things look prettier.

For now i’ll just mark this comment as the solution