Hello,
I am currently testing version 2.1.0.100_canary_2024-11-25 (via the docker duplicati/duplicati:2.1.0.100
image) with pCloud and its native API.
On my end, I have never been able to get pCloud working correctly through WebDAV (see here: GitHub issue #5621).
I haven’t encountered any major issues, and the performance is good compared to WebDAV, which was very slow when it worked at all.
I ran several tests with different data samples.
It works well with token generation and MFA enabled.
The only issue I ran into was using a subdirectory structure. When entering the name of a folder (e.g., “test1”), it works fine.
It correctly uses (or creates if it doesn’t exist) the folder under “Application/DuplicatiBackup/test1” on pCloud, which is the required root folder via the native API.
However, I couldn’t find the syntax or figure out if it’s possible to use a subdirectory like “Application/DuplicatiBackup/test1/test2”.
I also have a separate question related to Docker: is it possible to use a secret for the SETTINGS_ENCRYPTION_KEY
environment variable with Docker?