début de réplication

This commit is contained in:
Daniel STAN 2015-06-03 19:52:02 +02:00
parent 6377ccb9e7
commit 74ee60e86c
3 changed files with 63 additions and 2 deletions

View file

@ -37,3 +37,15 @@ ROLES = {
'moi': _ME,
'moi-w': _ME,
}
BACKUP_SERVERS = {
'gladys': {
'server_cmd': ['/usr/bin/ssh', 'home.b2moo.fr', '/home/dstan/cranspasswords/serverconfigs/tudor/cpasswords-server', ],
'keep-alive': True,
},
}
BACKUP_ROLES = {
'moi': ['gladys'],
}