{% extends ../base.html %} {% block title %}{{ _('Crafty Controller - Backups') }}{% end %} {% block content %}

{{ _('Server Backups') }} {{ _("Because the NSA won't send their copy") }}

{{ _('Backups for Server ID') }}: {{ data['server_id'] }} - {{ data['server_name'] }}

{{ _('Backup Server Now') }} {{ _('Change Backup Config') }}
{{ _('Please save your changes (or hit cancel) below to enable the backup button again.') }}

{{ _('Your backups are stored in:') }}
{{ data['backup_path'] }}

{{ _('You are backing up these paths:') }}
    {% for p in data['backup_paths'] %}
  • {{ p }}
  • {% end %}

{{ _('Backup Config for Server ID:') }} {{ data['server_id'] }} - {{ data['server_name'] }}

{% raw xsrf_form_html() %}


{{ _('Backup These Files') }}


{{ _('Individual Folder Backup') }}

{% for item in data['directories'] %} {% if item['type'] == 'dir' %}
{% else %}
{% end %} {% end %} {{ _('Cancel') }}

{{ _('Existing Backups') }}

{% for backup in data['current_backups'] %} {% end %}
{{ _('Download') }} {{ _('Path') }} {{ _('Size') }} {{ _('Delete') }}
{{ _('Download') }} {{ backup['path'] }} {{ backup['size'] }}
{% end %} {% block js-script %} {% end %}