Skip to content

WebDAV Setup

LRMtheBoss edited this page Apr 14, 2024 · 5 revisions

DriveBackupV2 can be configured to back up to a WebDAV server. To use this type of backup, follow the configuration guide below.

Settings

All the settings below can be found in the webdav section of the plugin's config.yml.

enabled

Whether this backup method is enabled or not.

hostname

The hostname or IP address (including port) of the server to connect to. This field can also contain the base directory when connecting.

username

The username to connect to the server under.

password

The password to be used to authenticate with the server. Leave blank if no password required.

Nextcloud

Nextcloud has the following additional settings:

chunk-size

The size of the chunks to upload in bytes. The default is 20_000_000 (20MB).