Replies: 2 comments 2 replies
-
Well, Theoretically, you could ask the AGH developers if they have a similar function to PiHole. With PiHole you can set how often the data is written to the disc. The default setting is every 10 minutes. I don't know if AGH offers something similar. |
Beta Was this translation helpful? Give feedback.
-
|
Hello Here is a solution to put the adguard data folder in RAM : 1 paste : sudo nano /usr/local/bin/startupadguard.sh paste : sudo chmod +x /usr/local/bin/startupadguard.sh then disable adguard autostart in dietpi-services 2 sudo nano /etc/cron.d/cron-dietpi paste : sudo service cron reload 3 then reboot, it should be fine |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I deployed software
successfully on my (old) RPi B (armv6l).
Thanks to your pre-configured deployment this runs like charm.
In my understanding AdGuard Home is writing persistent data to directory
/mnt/dietpi_userdata/adguardhome/data.If this is true, this undermines your approach with dietpi-ramlog to save the lifetime of the SD card.
Could you provide a solution that creates a tmpfs for
/mnt/dietpi_userdata/adguardhome/dataand persists this data with a cronjob?Or any other solution that saves the lifetime of the SD card.
Regards
Thomas
Beta Was this translation helpful? Give feedback.
All reactions