DriveBackupV2

DriveBackupV2

46.6k Downloads

WebDAV unsuccessful with correct login credentials

TheRedHugo opened this issue ยท 5 comments

commented

Describe the bug

Hey,
when I try to test WebDAV using /drivebackup test webdav it always returns The WebDAV test was unsuccessful, please check the config.yml

To Reproduce

webdav:
enabled: true
hostname: "https://<WebDAV URL>:443"
username: "<Username>"
password: "<Password>"

Screenshots / Videos

No response

Server and Plugin Versions

No response

Additional Context

No response

commented

Try restarting your server after saving the config.yml

commented

Please ensure you have saved the config and reloaded the config using /drivebackup reloadconfig. Referring to WebDAV, are you running a NextCloud/ownCloud instance? Otherwise what WebDAV server are you running?

commented

I've tried reloading and restarting.
I am using 1&1 IONOS HiDrive as WebDAV Storage and tried a WebDAV Client Application which seems to work.
I also installed ownCloud on my Web Server and tried using WebDAV as Backup Storage which didn't work either

commented

From what I can see HiDrive should work without problem. Are you using 'https://webdav.hidrive.strato.com/users/USER/' as the host? When you run /drivebackup backup, what errors are printed to console?

commented

Thank you for your help, it works now. The problem was that I only specified the host and not the user directory /users/<Username>

:D