mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Use local time instead of UTC time as default backup filenames (#29047)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
d545c887b7
commit
468175abcb
@ -141,7 +141,7 @@ Create a full backup.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `name` | yes | Name of the backup file. Default is current date and time
|
||||
| `name` | yes | By default, the current date and time are used in your local time, which you have set in your general settings.
|
||||
| `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
|
||||
@ -155,7 +155,7 @@ Create a partial backup.
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `addons` | yes | List of add-on slugs 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 the current date and time in the user's local time
|
||||
| `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
|
||||
|
Loading…
x
Reference in New Issue
Block a user