Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hassio: Add missing compressed attribute to backup #22533

Merged
merged 1 commit into from
Apr 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_integrations/hassio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,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

Expand All @@ -120,6 +121,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

Expand Down