<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% ---------------------- -- Poste seleccionado ---------------------- local chp = require "luci.model.charging_points" local path = luci.dispatcher.context.requestpath local user, serialnumber, hw_model = chp.whoami(path) local cl = path[1] local sn = path[3] local mUtl = require "luci.moreUtils" local master = mUtl.identify_pseudo_maestre(sn) -%> <%+header%>

<%:Backup / Restore%><%: - %><%=serialnumber%>

<%:Click "Generate archive" to download a tar archive of the current configuration files.%>
<% if reset_avail then %>
<% end %>

<%=translate("To restore configuration files, you can upload a previously generated backup archive here.")%>
" />
<%+footer%>