Backuper

Quick rating

Backuper

No reviews yet

Simple backup plugin for Paper/Folia with FTP/GOOGLE DRIVE/SFTP support

No Theme
No Genre
Storage & Organization
Server Utility
Mod Loaders
Paper
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
4.0.6
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Backuper

Simple backup plugin for Paper/Folia with FTP/SFTP/Google Drive support.

GitHub Downloads (all assets, all releases) Modrinth Downloads Hangar Downloads

bStats Graph Data


🔗 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 🚀

  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

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 🔐

See Permissions System


🔄 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)

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~33,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works