From 01fa2ac5a05f8b33623ae2d40605fae8f6985d19 Mon Sep 17 00:00:00 2001 From: danbayliss <54558493+danbayliss@users.noreply.github.com> Date: Tue, 19 Apr 2022 00:43:09 +0100 Subject: [PATCH] Change Snapshot to Backup in documentation --- wireguard/DOCS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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