{% for c in rsyncs %}
| {{ c.rsync_path }} |
{{ c.rsync_remotehost }}{% if c.rsync_mode == 'ssh' %}:{{ c.rsync_remotepath }}{% else %}::{{ c.rsync_remotemodule }}{% endif %} |
{{ c.rsync_mode }} |
{{ c.rsync_direction }} |
{{ c.get_human_minute }} |
{{ c.get_human_hour }} |
{{ c.get_human_daymonth }} |
{{ c.get_human_month }} |
{{ c.get_human_dayweek }} |
{{ c.rsync_user }} |
{{ c.rsync_desc|default:_("None") }} |
{{ c.rsync_enabled }} |
|
{% empty %}
| {% trans "No rsync tasks defined." %} |
{% endfor %}