I am new to Duplicacy and really liking it.
From the GUI
I can back up local fine.
I can run a copy to offsite SFTP.
I can restore from either the local of the offsite SFTP.
Once files are backed up locally, I run:
copy -from localbackup -to offsite
This works. From the web GUI on local I can see / restore from the offsite SFTP.
However, if I get on the offsite machine and run anything via CLI, even a simple “list”, it asks for the password and throws back: “Failed to download the configuration file from the storage: Failed to retrieve the config file: cipher: message authentication failed”
I am for certain using the correct password.
If I run the same command / password on the local machine, it works.