commencer par installer osync :
git clone https://github.com/deajan/osync.git
cd osync
./install.sh
copier ensuite le fichier sysvol_sync.conf dans le dossier /etc/osync/
tester avec la commande suivante /usr/local/bin/osync.sh /etc/osync/sysvol_sync.conf --verbose
terminer en installer le cronjob suivant pour une synchronisation toutes les 5 minutes :
*/5 * * * * /usr/local/bin/osync.sh /etc/osync/sysvol_sync.conf --silent