mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
Change Snapshot to Backup in documentation (#191)
This commit is contained in:
parent
c57f7e15e5
commit
3515149732
1 changed files with 4 additions and 4 deletions
|
@ -412,15 +412,15 @@ echo "net.ipv4.ip_forward = 1" | sudo tee -a /etc/sysctl.conf
|
||||||
sudo sysctl -p /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
|
The WireGuard add-on can be backed up using Home Assistant Backups. There is one
|
||||||
caveat to take into account: A partial snapshot of the add-on DOES NOT contain
|
caveat to take into account: A partial backup of the add-on DOES NOT contain
|
||||||
the generated client configurations, including their public/private keys
|
the generated client configurations, including their public/private keys
|
||||||
(if those keys are generated by the add-on).
|
(if those keys are generated by the add-on).
|
||||||
|
|
||||||
Client configurations are stored in the `/ssl/wireguard` folder. If you
|
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.
|
add-on.
|
||||||
|
|
||||||
## WireGuard status API
|
## WireGuard status API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue