I need to change bandwidth monitor and quota backup interval. I'm getting a lot of power cuts and it's screwing them both up. I want to change it from 4hrs to 1hr or 2 at the most.
I've figured out how to change bandwidth monitor in /etc/init.d/bwmon_gargoyle
Code: Select all
echo "0 0,4,8,12,16,20 * * * $backup_script" >> "$tmp_cron"
Cheers