Hello, beginner here. I am having problems testing my backups with OneDrive as I cannot get Duplicacy to decrypt the files. The specific issue is reading the private key as I run into one of two errors; one is that it cannot find the private key and the other is that it is unable to read the private key. I already followed this guide How to use RSA Key from CLI encrypted backups with Web GUI Restore.
This is what Duplicacy reads:
2024-01-05 13:47:53.830 INFO REPOSITORY_SET Repository set to /backuproot/user/Sebastian/temptest
2024-01-05 13:47:53.830 INFO STORAGE_SET Storage set to one://WorkingWhonnock
2024-01-05 13:47:54.341 INFO SNAPSHOT_FILTER Loaded 1 include/exclude pattern(s)
2024-01-05 13:47:54.889 ERROR RSA_PRIVATE Failed to read the private key file: open /backuproot/user/Sebastian/DuplicacyWorkingWhonnock.pem: permission denied
I imagine it is something basic that im doing wrong.