From 0b8949f2f7011310a189410f3ce1d780b56651b6 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Sun, 22 Oct 2023 17:40:55 -0400 Subject: [PATCH] Document new `homeassistant_exclude_database` option (#29339) --- source/_integrations/hassio.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index d19232fbdf1..89f61082672 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -145,6 +145,7 @@ Create a full backup. | `password` | yes | Optional password for backup | `compressed` | yes | `false` to create uncompressed 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 @@ -158,6 +159,8 @@ Create a partial backup. | `password` | yes | Optional password for backup | `compressed` | yes | `false` to create uncompressed 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