Change Snapshot to Backup in documentation

This commit is contained in:
danbayliss 2022-04-19 00:43:09 +01:00 committed by GitHub
parent c57f7e15e5
commit 01fa2ac5a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,15 +412,15 @@ echo "net.ipv4.ip_forward = 1" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p /etc/sysctl.conf
```
## Snapshots
## Backups
The WireGuard add-on can be backed up using Hass.io snapshots. There is one
caveat to take into account: A partial snapshot of the add-on DOES NOT contain
The WireGuard add-on can be backed up using Home Assistant Backups. There is one
caveat to take into account: A partial backup of the add-on DOES NOT contain
the generated client configurations, including their public/private keys
(if those keys are generated by the add-on).
Client configurations are stored in the `/ssl/wireguard` folder. If you
use partial snapshots, please be sure to backup both the `ssl` folder and the
use partial backups, please be sure to backup both the `ssl` folder and the
add-on.
## WireGuard status API