Find us on social media
BackupsPterodactylData Safety3 min read
Configure automatic backups
Set up automatic backups using the Pterodactyl panel's built-in backup system.
Why backups matter
Backups protect against:
- Accidental world corruption
- Griefing damage
- Failed plugin updates
- Accidental file deletion
Pterodactyl built-in backups
Create a manual backup
- Go to panel.baires.host → select your server
- Click the Backups tab
- Click Create Backup
- Optionally name it (e.g., "Before plugin update")
- Wait for completion
Restore from a backup
- Go to Backups tab
- Find the backup you want to restore
- Click the three dots menu → Restore
- Confirm the restoration
- The server will restart with the restored files
Download a backup
- Go to Backups tab
- Click the three dots menu → Download
- Save the backup file locally for offsite storage
Automatic backups with schedules
Set up a scheduled backup
- Go to Schedules tab in the panel
- Click Create Schedule
- Name it "Daily Backup"
- Set the cron expression:
- Daily at 4 AM:
0 4 * - Every 12 hours:
0 /12 - Every 6 hours:
0 /6
- Add a task: Create Backup
- Enable the schedule
Recommended schedule
| Server type | Frequency | Retention |
|---|---|---|
| Small (1-5 players) | Daily | Keep 7 |
| Medium (5-20 players) | Every 12h | Keep 7 |
| Large (20+ players) | Every 6h | Keep 14 |
Backup rotation
Pterodactyl has a backup limit per server. When the limit is reached, you can:
- Set the backup task to delete oldest backup when limit is reached
- Periodically download important backups locally
- Contact support to increase your backup limit if needed
Best practices
- Always create a manual backup before:
- Updating plugins or server software
- Making major world changes
- Changing server configuration
- Download at least one backup per week to local/cloud storage
- Test restoring from a backup periodically to ensure they work
- Name backups descriptively so you know what state they represent
Tips
- Backups include all server files (world, plugins, configs)
- Restoration replaces all current files with the backup contents
- The server must be stopped during restoration
- Large worlds may take several minutes to back up
Was this guide helpful?