-
Notifications
You must be signed in to change notification settings - Fork 54
WebDAV Setup
LRMtheBoss edited this page Jul 27, 2025
·
6 revisions
DriveBackupV2 can be configured to back up to a WebDAV server. To use this type of backup, follow the configuration guide below.
All the settings below can be found in the webdav
section of the plugin's config.yml
.
Whether this backup method is enabled or not.
The hostname or IP address (including port) of the server to connect to. This field can also contain the base directory when connecting.
The username to connect to the server under.
The password to be used to authenticate with the server. Leave blank if no password required.
Nextcloud has the following additional settings:
The size of the chunks to upload in bytes. The default is 20_000_000 (20MB).