diff --git a/wireguard/DOCS.md b/wireguard/DOCS.md index f6e1d0c..37ad1fc 100644 --- a/wireguard/DOCS.md +++ b/wireguard/DOCS.md @@ -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