luci-app-statistics: Add rrd backup option to config file

Commit ad98af3a2 added the statistics data backup capability
to LuCI statistics, but dit not add the option to the config file.

Add the option (as disabled), so that users can easier notice the
feature.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2024-02-03 11:59:31 +02:00
parent 6975c65886
commit 1e1c6b8531

View file

@ -23,6 +23,7 @@ config statistics 'collectd_rrdtool'
option RRARows '288'
option RRASingle '1'
option RRATimespans '2hour 1day 1week 1month 1year'
option backup '0'
config statistics 'collectd_csv'
option enable '0'