hassio: Add missing compressed attribute to backup (#22533)

This commit is contained in:
Marco Trevisan 2022-04-27 11:47:47 +02:00 committed by GitHub
parent 67e3a0ecaa
commit 3d75262425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ Create a full backup.
| ---------------------- | -------- | ----------- |
| `name` | yes | Name of the backup file. Default is current date and time
| `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups
### Service hassio.backup_partial
@ -128,6 +129,7 @@ Create a partial backup.
| `folders` | yes | List of directories to backup
| `name` | yes | Name of the backup file. Default is current date and time
| `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups
### Service hassio.restore_full