Skip to content

Commit

Permalink
Rename snapshot -> backup (home-assistant#2088)
Browse files Browse the repository at this point in the history
* Rename snapshot -> backup

* Update mariadb/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <[email protected]>

* Update deconz/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <[email protected]>

* Don't update version

Co-authored-by: Paulus Schoutsen <[email protected]>
  • Loading branch information
ludeeus and balloob authored Sep 3, 2021
1 parent 17dcc2c commit 5416d08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"apparmor": false,
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/mem"],
"snapshot_exclude": ["*/otau"],
"backup_exclude": ["*/otau"],
"options": {
"device": null
},
Expand Down
4 changes: 2 additions & 2 deletions mariadb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mariadb/rootfs/etc/services.d/mariadb-lock/run
Original file line number Diff line number Diff line change
@@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion samba/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5416d08

Please sign in to comment.