{% extends base.html %} {% block body_left %} {% include system/component/system_css.html %} {% init total = "-1" %} {% init run_time = "-1" %} {% init rest_time = "-1" %} {% init progress = "0.0" %} {% include system/component/db_nav.html %}
备份数据库
备份目录
数据总量
{{total}}
备份进度
{{progress}}
运行时间
{{run_time}}
剩余时间
{{rest_time}}
{% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}