Skip to content

Commit 5e0c64e

Browse files
authored
Fix steps. Backups are always encrypted (home-assistant#36677)
1 parent a2e3805 commit 5e0c64e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

source/_includes/common-tasks/backups.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ The automatic backup process creates a backup on a predefined schedule and also
4444
- A large backup also takes longer to restore.
4545
- Some add-ons may also be quite large.
4646
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.
48-
- Backups that are stored on Home Assistant Cloud are always encrypted.
47+
8. Backups are encrypted. To be able to restore encrypted backups, download the emergency kit and store it somewhere safe.
4948
- To learn more, refer to the documentation on the [backup emergency kit](/more-info/backup-emergency-kit/).
5049

5150
### Defining backup locations
@@ -54,7 +53,7 @@ You might need a backup in case your system has crashed. If you only store backu
5453

5554
#### About the backup storage on Home Assistant Cloud
5655

57-
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/).
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 are always encrypted. To restore encrypted backups, you need the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).
5857

5958
#### To define the backup location for automatic backups
6059

@@ -66,9 +65,9 @@ If you have Home Assistant Cloud, you can store a backup of maximum 5 GB on
6665

6766
### Creating a manual backup
6867

69-
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.
68+
This creates a backup instantly. You can create a manual backup at any time, irrespective of any automatic backups you may have defined.
7069

71-
1. Go to {% my supervisor_backups title="**Settings** > **System** > **Backups**" %}
70+
1. Go to {% my supervisor_backups title="**Settings** > **System** > **Backups**" %}.
7271
2. In the lower-right corner, select **Backup now** and select **Manual backup**.
7372
3. Define the data you want to back up.
7473
- It is recommended to disable media and the share folder to reduce the size of the backup.
@@ -77,7 +76,8 @@ This creates a backup instantly. You can create a manual backup at any time, irr
7776
4. Provide a name for the backup.
7877
5. Choose the backup locations.
7978
- To learn more about the locations, refer to the section on [defining the backup location](#defining-backup-locations).
80-
6. To start the backup process, select **Create backup**.
79+
6. Download the [backup emergency kit](/more-info/backup-emergency-kit/) and store it somewhere safe. Make sure you take note of the backup name it belongs to.
80+
7. To start the backup process, select **Create backup**.
8181

8282
### Alternative: Creating a backup using the Home Assistant Command Line Interface
8383

@@ -107,7 +107,7 @@ There are multiple ways to download your local backup from your Home Assistant i
107107

108108
### Downloading a backup from Home Assistant Cloud
109109

110-
If you were logged in to Home Assistant Cloud and had Cloud backup enabled, your last backup is stored on Home Assistant Cloud.
110+
If you were logged in to Home Assistant Cloud and had Cloud backup enabled when creating a backup, your last backup is stored on Home Assistant Cloud.
111111

112112
1. To download the backup, log in to your [Home Assistant Cloud account](https://account.nabucasa.com/).
113113
2. Under **Stored files**, you can see the latest available backup file. Select the download button.
@@ -130,7 +130,7 @@ To delete old backups, follow these steps:
130130
There are two ways to use a backup:
131131

132132
- On your current system to recover your settings.
133-
- During onboarding, to migrate your setup to a new device or a to device on which you performed a factory reset and a new installation.
133+
- During onboarding, to migrate your setup to a new device or to device on which you performed a factory reset.
134134

135135
#### Estimated duration
136136

@@ -146,7 +146,7 @@ You can use a backup during the onboarding process to restore your configuration
146146

147147
- 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/).
148148
- The login credentials of the device from which you made the backup.
149-
- If your backup is encrypted: the [backup emergency kit](/more-info/backup-emergency-kit/) that contains the key needed to decrypt the backup.
149+
- The [backup emergency kit](/more-info/backup-emergency-kit/) that contains the key needed to decrypt the backup.
150150
- **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.
151151
- Before migrating, on the old system, check how much storage you used.
152152
- Go to **{% my system_health title="Settings > System > Repairs > ... > System Information" %}**, and under **Home Assistant Supervisor**, look at the **Disk used** value.
@@ -169,12 +169,13 @@ You can use a backup during the onboarding process to restore your configuration
169169
3. Select the backup file, then, in the dialog, select all parts you want to restore.
170170
- Your current system will be overwritten with the parts that you choose to restore.
171171
- If you want to restore the complete configuration with all directories and add-ons, select everything.
172-
4. If the backup is encrypted, under **Backup password**, enter the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).
172+
4. Under **Backup password**, enter the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).
173173
5. To start the process, select **Restore**.
174174
- The restore may take a while, depending on the amount of data.
175175
- To see if the restore is complete, reload the page from time to time.
176176
- 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.
177177
6. On the login screen, enter the credentials of the system from which you took the backup.
178+
- The login password and username must match the ones you used at the time the backup was taken.
178179
- Your dashboard should show all the elements as they were when you created the backup.
179180
- If some devices are shown as unavailable, you may need to wake the battery-powered devices.
180181
7. If you had [network storage](/common-tasks/os/#network-storage) connected on the previous system, you may need to reconnect those.
@@ -193,3 +194,4 @@ You can use a backup during the onboarding process to restore your configuration
193194
- This may take a while, depending on how much there is to compress or decompress.
194195
5. Once the restore is complete, Home Assistant restarts to apply the new settings.
195196
- You will lose the connection to the UI and it will return once the restart is completed.
197+
6. On the login screen, enter the password and username as they were at the time the backup was taken.

0 commit comments

Comments
 (0)