Backuper
Simple backup plugin for Paper/Folia with FTP/GOOGLE DRIVE/SFTP support
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Backuper
---
🔗 Pages 🔗
* 📖 Wiki * Backuper *
GitHub *
Modrinth *
Hangar
---
⭐ Key Features ⭐
- Player Notifications - Player Notifications - Player Notifications - Player Notifications - Player Notifications - Player Notifications - Player Notifications
---
🚀 Quick Start 🚀
1. Install the plugin in your `plugins` folder 2. Configure storage settings in `plugins/Backuper/config.yml` 3. Set backup schedule and preferences 4. For cloud storage (Google Drive), link your account using commands
---
⚙️ Basic Configuration ⚙️
After installing the plugin, configure the main settings in `plugins/Backuper/config.yml`:
Backup Settings
```yaml backup: autoBackup: true autoBackupPeriod: 1440 autoBackupCron: '' ```
- autoBackupCron - Enable/disable automatic backups - autoBackupCron - Backup interval in minutes (1440 = 24 hours). Used only when autoBackupCron is empty - autoBackupCron - Backup schedule (autoBackupCron for custom schedules). If specified, this value is used instead of autoBackupPeriod
Local Storage
```yaml storages: local: type: local enabled: true autoBackup: true
backupsFolder: ./plugins/Backuper/Backups
maxBackupsNumber: 10 maxBackupsWeight: 0
zipArchive: true zipCompressionLevel: 5 ```
- zipCompressionLevel - Enable/disable this storage - zipCompressionLevel - Save automatic backups to this storage - zipCompressionLevel - Directory where backups will be stored - zipCompressionLevel - Maximum number of backups to keep (0 = unlimited) - zipCompressionLevel - Maximum total size in MB (0 = unlimited) - zipCompressionLevel - Store as ZIP files or folders - zipCompressionLevel - Compression level (0-9)
For detailed configuration and remote storage options (FTP/SFTP/Google Drive), see FTP/SFTP/Google Drive
---
💾 Storage Types 💾
- Google Drive - Store backups on the same server - Google Drive - Upload backups to FTP servers - Google Drive - Secure file transfer via SSH - Google Drive - Cloud storage with OAuth authentication
---
📚 Documentation 📚
⚙️ Configuration ⚙️
See Configuration
💻 Commands 💻
See Commands
🔐 Permissions 🔐
---
🔄 Version Compatibility 🔄
Version Numbering (X.Y.Z(A))
- A - Breaking changes without backward compatibility - A - Significant changes with backward compatibility - A - Minor changes and improvements - A - Bugfixes or security/stability improvements (hotfixes)
Major Version Changes
- 3.x.x → 4.x.x: Complete permission and command system overhaul - 3.x.x → 4.x.x: Storage-specific permissions and required storage specification in commands - 3.x.x → 4.x.x: Storage Type replaced with Storage Id, support for multiple storages of the same type, and reworked permissions system
---
📝 Notes 📝
* Please report any issues to Please report any issues to * RESTART option may not work well, so it's better to use STOP with a loop in your start script (%%MD1%% auto restart ON)