diff --git a/source/_integrations/backup.markdown b/source/_integrations/backup.markdown new file mode 100644 index 00000000000..758c07ef405 --- /dev/null +++ b/source/_integrations/backup.markdown @@ -0,0 +1,29 @@ +--- +title: Backup +description: Allow creating backups of container and core installations. +ha_category: + - Other +ha_release: 2022.4 +ha_quality_scale: internal +ha_domain: backup +--- + +The Backup integration allow you to create and download backups for your Home Assistant Core and Home Assistant Container installations. This backup file can be used if you migrate to Home Assistant Operating System. + +
+ +If you use Home Assistant Operating System or Home Assistant Supervised, [back up functionality is already built-in]](/common-tasks/os/#backups). + +
+ +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: + +```yaml +# Example configuration.yaml entry +backup: +``` + +You need to restart Home Assistant after you add this configuration. +When it has started up again you will find a new "Backup" entry in the main menu (**Configuration** -> **Backup**). + +The backup files are stored in a new "backups" subdirectory in the root of your configuration directory. diff --git a/source/_integrations/default_config.markdown b/source/_integrations/default_config.markdown index ade52316437..d31af4f781b 100644 --- a/source/_integrations/default_config.markdown +++ b/source/_integrations/default_config.markdown @@ -11,6 +11,7 @@ ha_quality_scale: internal This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded are: - [Automation](/integrations/automation/) (`automation`) +- [Backup](/integrations/backup/) (`backup`) - [Home Assistant Cloud](/integrations/cloud/) (`cloud`) - [Configuration](/integrations/config/) (`config`) - [Counter](/integrations/counter/) (`counter`) diff --git a/source/installation/index.html b/source/installation/index.html index beff598efe4..7594e58e641 100644 --- a/source/installation/index.html +++ b/source/installation/index.html @@ -228,8 +228,8 @@ toc: true ✅❌❌✅ - Backups - ✅❌❌✅ + Backups + ✅✅11✅ Managed OS @@ -237,4 +237,6 @@ toc: true +1: Backups for Home Assistant Core and Home Assistant Container is provided by the backup integration. + {% include getting-started/next_step.html step="onboarding" link="/getting-started/onboarding" %}