mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Remove start of command symbol in shell script (#31748)
This commit is contained in:
parent
71278d3811
commit
c5e2077efc
@ -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:
|
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
|
```shell
|
||||||
$ tar -xOf <backup_tar_file> "./homeassistant.tar.gz" | tar --strip-components=1 -zxf - -C <restore_directory>
|
tar -xOf <backup_tar_file> "./homeassistant.tar.gz" | tar --strip-components=1 -zxf - -C <restore_directory>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user