Failed to save password to C:\Users\.duplicacy\keyring

Jimmy     Nov 17 7:04PM 2017 GUI

Trying to use Duplicacy today with Google Drive and got the following error: C:\Users.duplicacy\keyring

Screenshot here: https://imgur.com/a/2vZ8e


gchen    Nov 17 11:02PM 2017

Does the directory C:\Users\.duplicacy exist? Do you have the permission to create a file under this directory?


Henry Bakker    Dec 10 7:23PM 2017

I had the same issue but I did solve it:

If I tried to create a folder from the file explorer as administrator beginning with a "." I got the error "You must type a file name."

If I ran the cmd prompt as admin I could run "mkdir /Users/.duplicacy" and it would create the directory. I could then right click on the folder in explorer and change the permissions to my user could write to the new directory.

After that Duplicacy could write it's configuration. Duplicacy should really have the ability to ask to be run as administrator and then do these tasks. Or at worst have some dialogs to help the user do this manually. I'm assuming many Windows users would run into this problem.


gchen    Dec 10 10:00PM 2017

Thanks. That is helpful.


Jimmy    Jan 7 11:12AM 2018

@Henry Bakker Thanks that solve my problem as well :)