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/more-info/backup-emergency-kit.markdown
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ Encryption is a method of converting data into a coded format so that it can onl
23
23

24
24
25
25
3. Store the kit somewhere safe, outside the Home Assistant system.
26
-
- Without the encryption key, there is no way to [restore an encrypted backup](/common-tasks/general/#restoring-a-backup).
26
+
- Home Assistant keeps track of the current encryption key. If you download from Home Assistant, it can decrypt your backup.
27
+
- But if you have changed the encryption key in the meantime, you still need the old key that matches old backups.
28
+
Without the encryption key, there is no way to [restore an encrypted backup](/common-tasks/general/#restoring-a-backup).
27
29
28
30
## Changing your encryption key
29
31
@@ -33,9 +35,12 @@ When you set up your [backups](/common-tasks/general/#backups), an encryption ke
33
35
2. Select **Configure automatic backups** and under **Encryption key**, select **Change**.
34
36
3. If you haven't downloaded the old emergency kit yet, do it now.
35
37
- As the new encryption key won't work for the backups you've taken until now, keep it somewhere safe and make a note of which backups it applies to.
36
-
4. To generate a new encryption key, select **Change encryption key**.
38
+
4. To generate a new encryption key, select **Next**, then select **Change encryption key**.
37
39
5. Download the new encryption key and store it in a safe place.
38
40
39
41
## I lost my backup encryption key - how can I retrieve it?
40
42
41
-
If you still have access to your Home Assistant instance you can download the encryption key again from the backup settings. If you have lost the encryption key, and have no access to your Home Assistant instance, there is no way to restore the backup.
43
+
If you still have access to your Home Assistant instance you can download the encryption key again from the backup settings.
44
+
45
+
-**If you have not changed the encryption key**: Home Assistant still has it. If you download the backup from the Home Assistant Backup page, it decrypts the backup on the fly.
46
+
-**If you have changed the encryption key**: Home Assistant can not decrypt it on the fly. You need the encryption key that is related to that backup. If you have lost the encryption key, and have no access to your Home Assistant instance, there is no way to restore the backup.
0 commit comments