You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_includes/common-tasks/backups.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The automatic backup process creates a backup on a predefined schedule and also
44
44
- A large backup also takes longer to restore.
45
45
- Some add-ons may also be quite large.
46
46
7.[Define the location for backups](#defining-backup-locations).
47
-
8. To be able to restore encrypted backups, download the emergency kit and store it somewhere safe.
47
+
8.Backups that are stored on Home Assistant Cloud are always encrypted. To be able to restore encrypted backups, download the emergency kit and store it somewhere safe.
48
48
- To learn more, refer to the documentation on the [backup emergency kit](/more-info/backup-emergency-kit/).
49
49
50
50
### Defining backup locations
@@ -53,7 +53,7 @@ You might need a backup in case your system has crashed. If you only store backu
53
53
54
54
#### About the backup storage on Home Assistant Cloud
55
55
56
-
If you have Home Assistant Cloud, you can store a backup of maximum 5 GB on Home Assistant Cloud. This cloud storage space is available for all existing and new Home Assistant Cloud subscribers without additional cost. It stores one backup file: the backup that was last saved to Home Assistant Cloud.
56
+
If you have Home Assistant Cloud, you can store a backup of maximum 5 GB on Home Assistant Cloud. This cloud storage space is available for all existing and new Home Assistant Cloud subscribers without additional cost. It stores one backup file: the backup that was last saved to Home Assistant Cloud. Backups that are stored on Home Assistant Cloud are always encrypted. To restore encrypted backups, you need the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).
57
57
58
58
#### To define the backup location for automatic backups
59
59
@@ -65,7 +65,7 @@ If you have Home Assistant Cloud, you can store a backup of maximum 5 GB on
65
65
66
66
### Creating a manual backup
67
67
68
-
This creates a backup instantly. You can create a manual backup at any time, irrespective of any automatic backups you may have defined.
68
+
This creates a backup instantly. You can create a manual backup at any time, irrespective of any automatic backups you may have defined. Manually created backups are not encrypted by default.
69
69
70
70
1. Go to {% my supervisor_backups title="**Settings** > **System** > **Backups**" %}
71
71
2. In the lower-right corner, select **Backup now** and select **Manual backup**.
@@ -145,6 +145,7 @@ You can use a backup during the onboarding process to restore your configuration
145
145
146
146
- This procedure assumes you have already completed the [installation](/installation/) procedure on your target device and are now viewing the welcome screen as part of the [onboarding](/getting-started/onboarding/).
147
147
- The login credentials of the device from which you made the backup.
148
+
- If your backup is encrypted: the [backup emergency kit](/more-info/backup-emergency-kit/) that contains the key needed to decrypt the backup.
148
149
-**Required storage capacity**: If you migrate the installation to a new device, make sure the new device has more storage capacity than the existing device.
149
150
- Before migrating, on the old system, check how much storage you used.
150
151
- Go to **{% my system_health title="Settings > System > Repairs -> ... -> System Information" %}**, and under **Home Assistant Supervisor**, look at the **Disk used** value.
@@ -164,7 +165,9 @@ You can use a backup during the onboarding process to restore your configuration
164
165
- Then, select **Upload backup**.
165
166
- The file explorer opens on the device on which you are viewing the Home Assistant User interface.
166
167
- You can access any connected network drive from there.
167
-
3. Select the backup file, then, in the dialog, select **Full backup** and **Restore**.
168
+
3. Select the backup file, then, in the dialog, select **Full backup** or in case of a partial backup, select what you want to restore.
169
+
- If the backup is encrypted, under **Backup password**, enter the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).
170
+
- To start the process, select **Restore**.
168
171
- The restore may take a while, depending on the amount of data.
169
172
- To see if the restore is complete, reload the page from time to time.
170
173
- If your previous installation had certificates enabled directly for the [`http` integration](/integrations/http), when the restore is complete, it will no longer respond to `http://` requests. In this case, use `https://` (added `s`) instead.
@@ -179,10 +182,11 @@ You can use a backup during the onboarding process to restore your configuration
179
182
180
183
1. Go to **{% my backup title="Settings > System > Backups" %}**.
181
184
2. From the list of backups, select the backup from which you want to restore.
182
-
3. If you want to restore the complete configuration with all directories and add-ons, select **Full backup**.
183
-
4. If you only want to restore specific elements, select **Partial backup**.
184
-
- From the list, select the installation, folders, and add-ons you want to restore.
185
-
5. Select **Restore**.
186
-
- This may take a while, depending on how much you have to compress or decompress.
187
-
6. Once the restore is complete, Home Assistant restarts to apply the new settings.
185
+
3. Select what to restore:
186
+
- Your current system will be overwritten with the parts that you choose to restore.
187
+
- If you want to restore the complete configuration with all directories and add-ons, select everything.
188
+
- If you only want to restore specific elements, only select the folders and add-ons you want to restore.
189
+
4. Select **Restore**.
190
+
- This may take a while, depending on how much there is to compress or decompress.
191
+
5. Once the restore is complete, Home Assistant restarts to apply the new settings.
188
192
- You will lose the connection to the UI and it will return once the restart is completed.
0 commit comments