f=m:section(SimpleSection,nil,translate("This is a list of shell glob patterns for matching files and directories to include during sysupgrade. Modified files in /etc/config/ and certain other configurations are automatically preserved."))
l=f:option(Button,"_list",translate("Show current backup file list"))
f=m:section(SimpleSection,nil,translate("Below is the determined list of files to backup. It consists of changed configuration files marked by opkg, essential base files and the user defined backup patterns."))
l=f:option(Button,"_edit",translate("Back to configuration"))
l.inputtitle=translate("Close list...")
l.inputstyle="link"
d=f:option(DummyValue,"_detected")
d.rawhtml=true
d.cfgvalue=function(s)
locallist=io.popen(
"( find $(sed -ne '/^[[:space:]]*$/d; /^#/d; p' /etc/sysupgrade.conf "..
"/lib/upgrade/keep.d/* 2>/dev/null) -type f 2>/dev/null; "..