Hi,<br>I&#39;m new with csync2.<br><br>I&#39;m setting up for a small cluster (at the moment only 2 nodes).<br><br>My configuration on both nodes is the following:<br><br><pre>group cluster
{
         host server1;
         host server2;
         key /etc/csync2.key;
         include /var/apps/sync;
}
nossl * *;</pre><br>When I run csync2 -x everything works fine, but the ownership of the files is not root on the other node.<br>I was thinking to change the ownership after each csync2, but the ownership change triggers the file as modified, and this ends up in a loop.<br>
<br>How do I specify file permission for csync2? I can&#39;t find any configuration option about.<br><br><br>Thank<br>