hassio-nextcloud-backup/nextcloud_backup/naming_template.md

12 lines
460 B
Markdown
Raw Normal View History

# Variable reference for `naming template`
| variable | Example | Descrition |
| :---: | :---:| :---:|
| `{date}` | `2020-12-24` | Current date |
| `{hour}` | `20:05` | Current hour in 24h format |
| `{hour_12}` | `08:05PM` | Current hour in 12h format |
2024-10-05 17:30:15 +02:00
| `{ha_version}` | `0.117.5`| Home assistant Version |
| `{type}` | `Manual` | Backup type, value can be `Manual` or `Auto` |
2024-10-05 17:30:15 +02:00
| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |