i have two rpi's one rpi-v4 with latest pihole running and one rpi-v5 running NetAlertX. both on same home LAN.
i would like to have NetAlertX access the db's from pi-hole’s records. in 2023 the issue was posted on NetAlertX github discussion, How to access pihole db on different machine · jokob-sk/NetAlertX · Discussion #273 · GitHub. the developer suggests syncing the db(s) between the two rpi's/servers.
would a cron job entry utilizing scp or rsync from rpi-v4 to rpi-v5 between the two rpi's suffice? or what other ways, if not?