Add AdGuard
This commit is contained in:
parent
0cf6d4d02a
commit
eb3d8b8a08
1 changed files with 13 additions and 0 deletions
13
docs/Self-host/Adguard.md
Normal file
13
docs/Self-host/Adguard.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# AdGuard
|
||||
|
||||
## Backup
|
||||
|
||||
```shell title="Backup AdGuard config"
|
||||
cp /opt/adguard/AdGuardHome.yaml /var/backups/adguard/
|
||||
```
|
||||
|
||||
## Restore
|
||||
|
||||
```shell title="Restore AdGuard config"
|
||||
cp /var/backups/adguard/AdGuardHome.yaml /opt/adguard/
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue