Répondre à : synchronising wims servers

Accueil Forums Gestion d’un serveur WIMS Administration d’un serveur WIMS synchronising wims servers Répondre à : synchronising wims servers

#3248
Avatar photoOlivier
Maître des clés
Up
0
Down
::

Hello Joke,
I don’t think the adm/raw module is intended to synchronise 2 WIMS servers.

I think the best way to do what you want is using « cron » and « rsync » to synchronise every day the backup server with data from server « A ».

a command like this should be useful :

#! /bin/sh
#
rsync -avz -e ssh wims@SERVERA_IP:/home/wims/ /home/wims

Olivier Bado-Faustin / Université Côte d’Azur