mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
hassio: Add missing compressed attribute to backup (#22533)
This commit is contained in:
parent
67e3a0ecaa
commit
3d75262425
@ -117,6 +117,7 @@ Create a full backup.
|
|||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
| `name` | yes | Name of the backup file. Default is current date and time
|
| `name` | yes | Name of the backup file. Default is current date and time
|
||||||
| `password` | yes | Optional password for backup
|
| `password` | yes | Optional password for backup
|
||||||
|
| `compressed` | yes | `false` to create uncompressed backups
|
||||||
|
|
||||||
### Service hassio.backup_partial
|
### Service hassio.backup_partial
|
||||||
|
|
||||||
@ -128,6 +129,7 @@ Create a partial backup.
|
|||||||
| `folders` | yes | List of directories to backup
|
| `folders` | yes | List of directories to backup
|
||||||
| `name` | yes | Name of the backup file. Default is current date and time
|
| `name` | yes | Name of the backup file. Default is current date and time
|
||||||
| `password` | yes | Optional password for backup
|
| `password` | yes | Optional password for backup
|
||||||
|
| `compressed` | yes | `false` to create uncompressed backups
|
||||||
|
|
||||||
### Service hassio.restore_full
|
### Service hassio.restore_full
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user