<?=gettext("This will periodically backup the RRD data so it can be restored automatically on the next boot. Keep in mind that the more frequent the backup, the more writes will happen to your media.");?>
<?=gettext("This will periodically backup the RRD data so it can be restored automatically on the next boot.");?>
</div>
</td>
</tr>
...
...
@@ -489,7 +519,25 @@ include("head.inc");
endfor;?>
</select>
<divclass="hidden"for="help_for_dhcpbackup">
<?=gettext("This will periodically backup the DHCP leases data so it can be restored automatically on the next boot. Keep in mind that the more frequent the backup, the more writes will happen to your media.");?>
<?=gettext("This will periodically backup the DHCP leases data so it can be restored automatically on the next boot.");?>
<?=gettext("This will periodically backup the NetFlow data aggregation so it can be restored automatically on the next boot.");?>
</div>
</td>
</tr>
...
...
@@ -503,7 +551,7 @@ include("head.inc");
<strong><?=gettext("Use memory file system for /tmp and /var");?></strong>
<divclass="hidden"for="help_for_use_mfs_tmpvar">
<?=gettext("Set this if you wish to use /tmp and /var as RAM disks (memory file system disks) on a full install ".
"rather than use the hard disk. Setting this will cause the data in /tmp and /var to be lost at reboot, including log data. RRD and DHCP Leases will be retained.");?>
"rather than use the hard disk. Setting this will cause the data in /tmp and /var to be lost on reboot, including log data.");?>