From 374efc99f761c6b1f259aa47935933a10adeff6c Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:33:07 +0100 Subject: [PATCH] Add a note how to find backup location integrations in common tasks > backup (#37274) --- source/_includes/common-tasks/backups.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_includes/common-tasks/backups.md b/source/_includes/common-tasks/backups.md index 0d74d88da2f..f3fef159f9f 100644 --- a/source/_includes/common-tasks/backups.md +++ b/source/_includes/common-tasks/backups.md @@ -56,6 +56,10 @@ The automatic backup process creates a backup on a predefined schedule and also You might need a backup in case your system has crashed. If you only store backups on the device itself, you won't be able to access them easily. It is recommended to keep a copy on another system (outside of Home Assistant) and ideally also one off-site. +{% note %} +You will find an overview of integrations which provide a backup location [here](/integrations/#backup). +{% endnote %} + #### About the backup storage on Home Assistant Cloud 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. These backups are always encrypted. To restore encrypted backups, you need the encryption key stored in the [backup emergency kit](/more-info/backup-emergency-kit/).