forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Backups
Marko@VMHOMELAB edited this page Jun 13, 2026
·
1 revision
Backups protect the Printbuddy database, archived prints, thumbnails, logs, and settings.
At minimum, back up:
/app/data- configuration files or compose files used to start the instance
- any external backup folder mounted into the container
Logs in /app/logs are useful for troubleshooting but may not be as critical as the database and archive data.
The default compose file uses:
printbuddy_data
printbuddy_logs
- Put data on reliable storage.
- Schedule automatic backups.
- Keep at least one backup outside the Docker host.
- Test restore before you need it.