Automatic Backups
Brainy automatically creates regular backups of your entire database to protect against data loss.
How Backups Work
Backup Location
- Backups are stored in a folder named
backupsinside the folder named after your username, inside your database directory - By default, the database directory is your app settings directory
Backup Naming
- Each backup is named by date and time (e.g.,
2026_05_01_19_44_45.backup) - The date helps you identify when each backup was created
- Multiple backups accumulate over time
Restoring from a Backup
If something goes wrong and you need to restore from a backup:
Steps to Restore
-
Close Brainy — Exit the application completely
-
Navigate to Database Directory — Locate your backups
- Go to where your database files are stored — by default, this is your app settings directory
- Open the folder named after your username
-
Backup files are named by date and time (e.g.,
2026_05_01_19_44_45.backup) -
Select Your Backup — Choose which backup to restore from
-
Pick the timestamp closest to when you last had good data
-
Prepare for Restore
- Delete or rename the current
brainy.dbfile (save it elsewhere as a safety measure) -
Rename your chosen backup file to
brainy.db -
Restart Brainy — Open the application
- It will load data from the restored backup
Example
Original: 2026_05_01_19_44_45.backup
Restore: brainy.db
Best Practices
- ✅ Enable auto-sync to keep cloud copies of your data
- ✅ Periodically backup your database directory to external storage
- ✅ Note the timestamps of your most important backups
- ⚠️ Always keep the current
brainy.dbfile as a safety measure before testing restores