
Backuper
Simple backup plugin for Paper/Folia with FTP/GOOGLE DRIVE/SFTP support
- Загрузки
- 33K
- Подписчики
- 114
- Обновлён
- 17 мая 2026 г.
- Лицензия
- MIT
Опубликован 30 июля 2023 г.
🔗 Pages 🔗
⭐ Key Features ⭐
- Multiple Storage Types (Local/SFTP/FTP/Google Drive)
- Automatic backups with customizable schedule
- Backups Management
- Archieving or storing backup as a folder
- Flexible Configuration
- Async to server thread and multithreaded
- Player Notifications
🚀 Quick Start 🚀
- Install the plugin in your
pluginsfolder - Configure storage settings in
plugins/Backuper/config.yml - Set backup schedule and preferences
- 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
backup:
autoBackup: true
autoBackupPeriod: 1440
autoBackupCron: ''
- autoBackup - Enable/disable automatic backups
- autoBackupPeriod - Backup interval in minutes (1440 = 24 hours). Used only when autoBackupCron is empty
- autoBackupCron - Backup schedule (CronMaker for custom schedules). If specified, this value is used instead of autoBackupPeriod
Local Storage
storages:
local:
type: local
enabled: true
autoBackup: true
backupsFolder: ./plugins/Backuper/Backups
maxBackupsNumber: 10
maxBackupsWeight: 0
zipArchive: true
zipCompressionLevel: 5
- enabled - Enable/disable this storage
- autoBackup - Save automatic backups to this storage
- backupsFolder - Directory where backups will be stored
- maxBackupsNumber - Maximum number of backups to keep (0 = unlimited)
- maxBackupsWeight - Maximum total size in MB (0 = unlimited)
- zipArchive - Store as ZIP files or folders
- zipCompressionLevel - Compression level (0-9)
For detailed configuration and remote storage options (FTP/SFTP/Google Drive), see Configuration
💾 Storage Types 💾
- Local - Store backups on the same server
- FTP - Upload backups to FTP servers
- SFTP - 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))
- X - Breaking changes without backward compatibility
- Y - Significant changes with backward compatibility
- Z - Minor changes and improvements
- A - Bugfixes or security/stability improvements (hotfixes)
Major Version Changes
- 1.x.x → 2.x.x: Complete permission and command system overhaul
- 2.x.x → 3.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
- 4.0.6: Requires Java 25
📝 Notes 📝
- Please report any issues to GitHub
- RESTART option may not work well, so it's better to use STOP with a loop in your start script (start script auto restart ON)
Ченджлог
4.0.6Релиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.
4.0.6
- Now requires Java 25
- Added support for a new (26.1) world storing format
4.0.5Релиз1.21.11, 26.1, 26.1.1 · 7 апреля 2026 г.
- 26.1 support
4.0.4Релиз1.21.9, 1.21.10, 1.21.11 · 8 марта 2026 г.
4.0.4
- Fixed server getting stuck on checking plugin updates
4.0.3Релиз1.21.9, 1.21.10, 1.21.11 · 24 января 2026 г.
- Fixed an error in transferring file through FTP connection
- Fixed alert delay
- Version check only on server startup (no check on /backuper reload)
- Automated tests integration
- Fixed the Backuper stucks on unable to check for plugin updates
4.0.2Релиз1.21.9, 1.21.10, 1.21.11 · 17 декабря 2025 г.
- 1.21.11 support
- Fixed userRateLimitExceeded exception in Google Drive storages
- Improved zip process stability
4.0.1aРелиз1.21.8, 1.21.9, 1.21.10 · 20 ноября 2025 г.
- Improved AuthGD errors logging
- Fixed a problem with checking updates
4.0.1Релиз1.21.8, 1.21.9, 1.21.10 · 19 ноября 2025 г.
- Fixed the bug with google drive account linking
4.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 17 ноября 2025 г.
4.0.0
- Fully redesinged project structure (The whole project has been rewritten) Multiple storages of the same type
- Cron schedule format support
- Performacnce and stability improvements
- Wiki documentation and synchronization with the main repository
- Auto-publishing on mordrinth and hangar
- Contless bug fixes (and probably new bugs))
Комментарии
Загружаем…


