Cannot run duplicacy on CLI on Unraid

I have been running Unraid for a few months now on Unraid via web GUI and all is fine.

Somehow one of my config key files has been deleted from one of my backup locations so it no longer works. I would like to run:

duplicacy -d list -reset-passwords

which I am hoping will generate a new keys file. The only problem is that on the unraid docker console view, the command “duplicacy” is not found. Any pointers would be greatly appreciated!

The CLI binaries can be found under /config/bin so you can run commands like:

/config/bin/duplicacy_linux_x64_2.7.0 -d list -reset-passwords

However, this won’t help in your case as the web GUI and the CLI manages the credentials/password differently. What you can do, is to delete the storage and then recreate it with the same storage name. You’ll have a chance to select a new config key file while setting up the storage.

Thank you so much, that is really helpful!

Problem solved with your tip via the GUI. :slight_smile: