Rename snapshot -> backup (#2088)

* Rename snapshot -> backup

* Update mariadb/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Update deconz/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Don't update version

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Joakim Sørensen
2021-09-03 17:38:12 +02:00
committed by GitHub
parent 17dcc2ca27
commit 5416d080df
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
"apparmor": false,
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/mem"],
"snapshot_exclude": ["*/otau"],
"backup_exclude": ["*/otau"],
"options": {
"device": null
},

View File

@@ -8,8 +8,8 @@
"startup": "system",
"init": false,
"timeout": 20,
"snapshot_pre": "/bin/s6-svc -wU -u /run/s6/services/mariadb-lock/",
"snapshot_post": "/bin/s6-svc -wd -d /run/s6/services/mariadb-lock/",
"backup_pre": "/bin/s6-svc -wU -u /run/s6/services/mariadb-lock/",
"backup_post": "/bin/s6-svc -wd -d /run/s6/services/mariadb-lock/",
"services": ["mysql:provide"],
"ports": {
"3306/tcp": null

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start MariaDB client to lock tables (for snapshots)
# Start MariaDB client to lock tables (for backups)
# ==============================================================================
bashio::log.info "Lock tables using mariadb client..."

View File

@@ -25,7 +25,7 @@ This addon exposes the following directories over smb (samba):
Directory | Description
-- | --
`addons` | This is for your local add-ons.
`backup` | This is for your snapshots.
`backup` | This is for your backups.
`config` | This is for your Home Assistant configuration.
`media` | This is for local media files.
`share` | This is for your data that is shared between add-ons and Home Assistant.