mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Document service backup.create_automatic (#37031)
This commit is contained in:
parent
e7d5ed8d43
commit
29901a520a
@ -25,15 +25,32 @@ To learn how to create and restore a backup, refer to the backup section under [
|
|||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
The **Backup** integration exposes an action that can be used to automate the backup
|
The **Backup** integration exposes actions that can be used to automate the backup
|
||||||
process.
|
process.
|
||||||
|
|
||||||
However, it is no longer needed to create your own automation. Follow these steps to [set up an automatic backup from the UI](/common-tasks/general/#setting-up-an-automatic-backup-process).
|
### Action {% my developer_call_service service="backup.create_automatic" %}
|
||||||
|
|
||||||
|
The {% my developer_call_service service="backup.create_automatic" %} action can be used
|
||||||
|
to create a backup of your Home Assistant instance, using the same settings as those used
|
||||||
|
by [automatic backups](/common-tasks/general/#setting-up-an-automatic-backup-process).
|
||||||
|
|
||||||
|
This action can be called to create backups with pre-defined settings at a more flexible
|
||||||
|
schedule than the schedule which can be configured for automatic backups.
|
||||||
|
|
||||||
|
The action has no additional options or parameters.
|
||||||
|
|
||||||
|
Example action:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
action: backup.create_automatic
|
||||||
|
```
|
||||||
|
|
||||||
### Action {% my developer_call_service service="backup.create" %}
|
### Action {% my developer_call_service service="backup.create" %}
|
||||||
|
|
||||||
The {% my developer_call_service service="backup.create" %} action can be used
|
The {% my developer_call_service service="backup.create" %} action can be used
|
||||||
to create a backup for your Home Assistant instance.
|
to create a backup of your Home Assistant instance.
|
||||||
|
|
||||||
|
This action is only available in [core and container installations](/installation/#advanced-installation-methods).
|
||||||
|
|
||||||
The action has no additional options or parameters.
|
The action has no additional options or parameters.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user