Automatic Backups to Google Drive with DriveBackupV2
Off-site backups on a schedule, survive node failures and bad chunks.
Why Off-Site Backups
The panel's local backups are convenient but live on the same machine as the server. Disk dies, both die. Off-site backups to Google Drive (or S3, FTP, Dropbox) survive everything short of you losing the Google account itself.
Install DriveBackupV2
- 1Drop
DriveBackupV2.jarinto/plugins/ - 2Start the server, it generates
/plugins/DriveBackupV2/config.yml
Authenticate Google Drive
- 1In game (or console) run
/drivebackup linkaccount googledrive - 2The plugin prints a one-time URL and a code
- 3Open the URL ā log into Google ā paste the code
- 4Console confirms link
Configure The Schedule
Edit /plugins/DriveBackupV2/config.yml:
delay: 60 # minutes between backups
keep-count: 24 # keep last 24 backups, prune older
backup-list:
- path: "world"
- path: "world_nether"
- path: "world_the_end"
- path: "plugins"
schedule:
enabled: true
days: [monday, wednesday, friday, sunday]
time: "04:00"Reload: /drivebackup reloadconfig
What Gets Uploaded
DriveBackupV2 compresses each path into a .zip and uploads to your Drive. By default it includes:
- World folders
- Plugin folders (configs, SQL flat-files)
- Whatever else you add to
backup-list
Restoring
- 1Download the zip from Drive
- 2Stop the server
- 3Replace the relevant folder via SFTP
- 4Start
Recommended Pairings
- Use Drive plus a second backend (S3 / FTP) for redundancy. Configure both in
config.yml - Set
backup-thread-prioritylow if you see TPS dips during the backup window - Schedule for off-peak hours
Need More Help?
Backup failing with 403 quotaExceeded? Your Drive is full or hitting per-day upload caps. Free up space or add a second backend. Ask in Discord.
Was this helpful?
Your feedback helps us write better guides.
Related Articles
More from Panel & Control.
Overview of the Endercloud Game Panel
Every tab in the panel, what it does, and when you'd use it.
How to Start, Stop, and Restart Your Server
The three power buttons, what each one does, and when to use them.
How to Use the File Manager
Browse, edit, upload, and download files, no SFTP client required.
Still need help?
Our team is on Discord around the clock. Real humans, real answers.