WebDavBackup is a Minecraft plugin with which you can easily create backups and upload them directly to your server trough WebDAV
- Backup Creation 📦
- Backup Uploading 📤
- Folder Config 📁
- Realtime Progress Bar ⏳
- Delete Local Backups 🗑️
- Scheduled Backups 🕒
- Set How Many Backups to Keep on Server and Client Side ⚙️
- Reload Command 🔄
- Discord Integration 🛡️
- Download the plugin jar file.
- Place it in your server's
pluginsdirectory. - Restart your server to load the plugin.
- Edit the
config.ymlfile to set up your WebDAV server and backup preferences. - Restart your server
- Execute
/backup
backup-directories:
- world
- plugins
delete-local-backup: false
auto-backup: false
only-backup-when-players-online: false
backup-interval-minutes: 60
enable-webdav: false
webdav-url: https://your-webdav-server.com/path/
webdav-username: your_username
webdav-password: your_password