diff --git a/source/_integrations/backup.markdown b/source/_integrations/backup.markdown index d0c90039f82..95e302d9939 100644 --- a/source/_integrations/backup.markdown +++ b/source/_integrations/backup.markdown @@ -82,5 +82,5 @@ Backups created via the **Backup** integration are located in your `/config/back For Container and Core installations, there is currently no built-in way to restore a backup. However, a Home Assistant backup is just a tar file of the `/config` directory, plus some metadata. To manually restore a backup, you can use the following: ```shell -$ tar -xOf "./homeassistant.tar.gz" | tar --strip-components=1 -zxf - -C +tar -xOf "./homeassistant.tar.gz" | tar --strip-components=1 -zxf - -C ```