{% extends "base.html" %} {% from 'macros.html' import render_form %} {% block header %}

File System Replication

{% endblock %} {% block content %}

Csync2 is a cluster synchronization tool. It can be used to keep files on multiple hosts in a cluster in sync. Csync2 can handle complex setups with much more than just 2 hosts, handle file deletions and can detect conflicts.
[http://oss.linbit.com/csync2/]
{{ form.csrf_token }}

Replication Paths

{{form.fs_paths(rows='12',cols='60')}}
{% endblock %} {% block js %} {% endblock %}