Document new homeassistant_exclude_database option (#29339)

This commit is contained in:
Mike Degatano 2023-10-22 17:40:55 -04:00 committed by GitHub
parent 280f1888e8
commit 0b8949f2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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