[Csync2] newbie : always getting File is also marked dirty here

Joel HATSCH csync2 at joel-hatsch.net
Tue Sep 29 22:11:19 CEST 2009


hello *,

trying to get csync2 to backup from one host (nostromo) to another (salvator) using following config on both hosts :
ossl * *;
group joel_test
{
        host nostromo (salvator);
        key /data/csync2/key;
        include /home/jhf/csync_dir/;
        auto younger;
}

running csync2 -x on nostromo when having nothing on salvator's side leads to :
While syncing file /home/jhf/csync_dir:
ERROR from peer salvator: File is also marked dirty here!
While syncing file /home/jhf/csync_dir/tata.txt:
ERROR from peer salvator: File is also marked dirty here!
While syncing file /home/jhf/csync_dir/toto.txt:
ERROR from peer salvator: File is also marked dirty here!
Finished with 3 errors.

repeating the step leads to :
While syncing file /home/jhf/csync_dir:
ERROR from peer salvator: File is also marked dirty here!
Auto-resolving conflict: Won 'master/slave' test.
While syncing file /home/jhf/csync_dir:
ERROR from peer salvator: File is also marked dirty here!
ERROR: Auto-resolving failed. Giving up.
While syncing file /home/jhf/csync_dir/tata.txt:
ERROR from peer salvator: File is also marked dirty here!
Auto-resolving conflict: Won 'master/slave' test.
While syncing file /home/jhf/csync_dir/tata.txt:
ERROR from peer salvator: File is also marked dirty here!
ERROR: Auto-resolving failed. Giving up.
While syncing file /home/jhf/csync_dir/toto.txt:
ERROR from peer salvator: File is also marked dirty here!
Auto-resolving conflict: Won 'master/slave' test.
While syncing file /home/jhf/csync_dir/toto.txt:
ERROR from peer salvator: File is also marked dirty here!
ERROR: Auto-resolving failed. Giving up.
Finished with 6 errors.

trying csync2 -f on both files & dir has no effect :
- same error messages
- csync2 -T shows files are still X after using csync2 -f

Any hint on what I'm doing wrong here ?

TIA

Joel


More information about the Csync2 mailing list