Displaying 1 result from an estimated 1 matches for "my_new_server".
2011 Dec 07
2
problems when using dsync between servers
...;d like to use mdbox, so I'm trying using dsync for that. I setup
a new virtual server, configured for mdbox.
1st, I tried a basic setup: I established a file with all my accounts
(taken from LDAP) and then I use this script :
FILENAME=$1
while read LINE
do
dsync -u $LINE backup $LINE at my_new_server
done < $FILENAME
But it's quite slow and dsync hangs.
So I tried another approach using multi threaded python.
Much faster (using all the cores), but dsync still hangs on some
accounts. After a certain time dsync exit with an error like that :
Panic: file dsync-worker-local.c: line...