AdGuard Home Backup
This is a simple shell script I use to automate the backup of AdGuard Home configuration. #!/bin/bash # Crontab entry: # Run AdGuard Backup # 0 3 * * * /mnt/backup/AdGuard-Backup.sh # ----------...
This is a simple shell script I use to automate the backup of AdGuard Home configuration. #!/bin/bash # Crontab entry: # Run AdGuard Backup # 0 3 * * * /mnt/backup/AdGuard-Backup.sh # ----------...
I use AdGuard Home as my DNS (and DHCP) Server. This guide will help you configure Keepalived to provide a floating VIP for high availability between two AdGuard Home nodes: a privileged LXC (Maste...