I have setup and run an encrypted backup to OneDrive using Duplicacy CLI. CLI backup and restore both work as expected using the RSA key private.pem.
I then installed the Web GUI version of Duplicacy and successfully added my existing OneDrive backup storage that was initialized using the CLI version. However, I am unable to use the Web GUI to successfully accomplish a “Restore” from my CLI encrypted backup. The issue is about how to pass the RSA private key to the GUI Restore operation. I’ve searched and found no info on how to do this using the GUI Restore “options” field. I’ve tried the standard CLI option “-key private.pem” in the Options field with the “private.pem” file located in the target restore directory and also the original repository, but this does work. I’ve also tried a full Windows path/file name to the -key private.pem (e.g. “C:\Users\Me\private.pem”. The Restore does process and restore folders, but the restore ends with the following error:
"The restore command encountered an error:
An RSA private key is required to decrypt the chunk
exit code: 100"
How do I pass the backup’s RSA key to the GUI Restore operation?