I’m setting up a job to backup to Nextcloud over webdav. I enter the settings:
Type: WebDAV
server: test.com
port: 444
path /remote.php/webdav
When I test it succeeds but says folder does not exist and asks me if I want to create it, which if I say yes it fails. I saved anyway and tried to backup but that fails to connect. When I go back to edit the backup config - the port has been appended to the path - which will not work. It looks like this:
Type: WebDAV
server: test.com
port:
path /remote.php/webdav:444/
Any ideas?