Beginner: Backup & Restore for Home Assistant (simple and safe)
Set up reliable Home Assistant backups and know how to restore them. Covers full backups, where to store them, and a quick restore checklist.
Backup
Restore
Snapshots
Safety
Getting Started
Backup, Restore, Snapshots, SafetySet up reliable Home Assistant backups and know how to restore them. Covers full backups, where to store them, and a quick restore checklist.Backups protect you from SD/SSD failures, add-on mishaps, and experiments gone wrong. Here’s a no-drama setup you can rely on.
What to back up
- Full backup (recommended): Captures your config, add-ons, and data for a complete restore.
- Partial backup: For advanced workflows; back up only what changed.
How to back up (quick recipe)
- Settings → System → Backups → Create Backup → choose Full.
- Download the latest backup to your computer or NAS.
- Schedule a recurring reminder (Calendar helper) to create and export backups weekly.
Bonus: Automate exports
- Use an add-on or script to copy backup files to a share (e.g., SMB) or cloud drive.
- Name files with date/time so you can spot the newest quickly.
How to restore (checklist)
- Install Home Assistant (same or newer version).
- On first-run onboarding, choose Restore from backup.
- Upload your latest full backup file.
- Wait for add-ons to restore; reboot when prompted.
- Verify key integrations and dashboards.
Extras for power users
- Version-control your
/configfolder (Git) for quick diffs. - Store an encrypted copy of backups off-site.
- Document your add-on credentials in a password manager.
References
Last modified July 22, 2026: Merge branch 'renovate/postcss-8.x-lockfile' into 'main' (1344582)