{% extends FUNC_BASE_HTML %} {% load i18n %} {% load utils %} {% block css %} {%comment%}{%endcomment%} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{{ form.name.label }} | {{ form.name }} | |
---|---|---|
{{ form.times.label }} |
{{ form.times }} {{ form.times.help_text }} {% trans "Please check space in destination." %} {% trans "Go Volume Information" %} |
|
{{ form.schedule.label }} | {{ form.schedule }} | |
{{ form.day.label }} | {{ form.day }} | |
{{ form.time.label }} | {{ form.time }} | |
{% trans "Option" %} |
{{ form.trash }}{{ form.trash.label_tag }} {{ form.shutdown }}{{ form.shutdown.label_tag }} {{ form.full }}{{ form.full.label_tag }} |
{% trans "Backup Source Setting" %} | |||||
---|---|---|---|---|---|
{% trans "Option" %} | {{ form.all_local }}{{ form.all_local.label }} | ||||
{% trans "Backup Source Information" %} | {% trans "Backup Source" %} | {{ form.source }} | |||
{{ form.sourceuser.label }} | {{ form.sourceuser }} | ||||
{{ form.sourcepswd.label }} | {{ form.sourcepswd }} | ||||
{% trans "Backup Source List" %} |
{% trans "Not Set" %}
|
{% trans "Backup Destination Setting" %} | ||
---|---|---|
{% trans "Backup Destination Information" %} | {% trans "Backup Destination" %} |
{{ form.dest }}
|
{{ form.destuser.label }} | {{ form.destuser }} | |
{{ form.destpswd.label }} | {{ form.destpswd }} | |
• {% trans "If backup source or backup destination is a share folder on Microsoft Network and it can not be accessed, job executing will fail." %}
• {% trans "If a usb disk is assigned to backup source and it is unconnected or unmounted, job executing will fail." %}
• {% trans "If a usb disk is assigned to backup destination, and it is unconnected or it is not FAT or specialized format, job executing will fail." %}
• {% trans "If a usb disk is assigned to backup source or backup destination and the corresponding usb port is not share mode, job executing will fail." %}