User Tools

Site Tools


sysvol_sync_domain

This is an old revision of the document!


How to synchronise your Zentyal Backupdomaincontrollers

A known limitation of Zentyal is that policies are not synchronised. To overcome this issue you can do the following:

On your Domain Controller

 service rsync
 {
    disable         = no
    only_from       = 10.99.0.0/28     # Restrict to your DC address(es) or ranges, to prevent other hosts retrieving the content, too.
    socket_type     = stream
    wait            = no
    user            = root
    server          = /usr/bin/rsync
    server_args     = --daemon
    log_on_failure += USERID 
 }

That's all.

Your ArtIT Team

BACK

sysvol_sync_domain.1665588286.txt.gz · Last modified: 2022/10/12 17:24 by admin