{% for b in backups %} {% for s in servers %} {% if b.1 in s.2 %} {% endif %} {% endfor %} {% endfor %}
Servers Remote server Remote folder Backup type Period time Credentials Description
{% set id = 'backup-server-' + b.0|string() %} {{ copy_to_clipboard(id=id, value=b.1) }} {{ input('backup-rserver-'+b.0|string(), value=b.2, size='14') }} {{ input('backup-rpath-'+b.0|string(), value=b.3) }} {% set values = {'backup':'backup','synchronization':'synchronization'} %} {{ select('backup-type-'+b.0|string(), values=values, selected=b.4, required='required', class='force_close') }} {% set values = {'hourly':'hourly','daily':'daily','weekly':'weekly', 'monthly':'monthly'} %} {{ select('backup-time-'+b.0|string(), values=values, selected=b.5, required='required', class='force_close') }} {% if b.7 != 'None' %} {{ input('backup-description-'+b.0|string(), value=b.7) }} {% else %} {{ input('backup-description-'+b.0|string()) }} {% endif %}

+ Add backup

You can read the description of all parameters here