mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document new homeassistant_exclude_database
option (#29339)
This commit is contained in:
parent
280f1888e8
commit
0b8949f2f7
@ -145,6 +145,7 @@ Create a full backup.
|
|||||||
| `password` | yes | Optional password for backup
|
| `password` | yes | Optional password for backup
|
||||||
| `compressed` | yes | `false` to create uncompressed backups
|
| `compressed` | yes | `false` to create uncompressed backups
|
||||||
| `location` | yes | Alternate backup location instead of using the default location for backups
|
| `location` | yes | Alternate backup location instead of using the default location for backups
|
||||||
|
| `homeassistant_exclude_database` | yes | Exclude the Home Assistant database file from backup
|
||||||
|
|
||||||
### Service hassio.backup_partial
|
### Service hassio.backup_partial
|
||||||
|
|
||||||
@ -158,6 +159,8 @@ Create a partial backup.
|
|||||||
| `password` | yes | Optional password for backup
|
| `password` | yes | Optional password for backup
|
||||||
| `compressed` | yes | `false` to create uncompressed backups
|
| `compressed` | yes | `false` to create uncompressed backups
|
||||||
| `location` | yes | Alternate backup location instead of using the default location for backups
|
| `location` | yes | Alternate backup location instead of using the default location for backups
|
||||||
|
| `homeassistant` | yes | Include Home Assistant and associated config in backup
|
||||||
|
| `homeassistant_exclude_database` | yes | Exclude the Home Assistant database file from backup
|
||||||
|
|
||||||
### Service hassio.restore_full
|
### Service hassio.restore_full
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user