Ajuda para sincronizar o Unison

1

Estou tentando fazer com que o Unison sincronize duas pastas, uma no meu computador Ubuntu e outra no meu Mac. (Consegui que o Rsync funcionasse mais cedo, mas quero uma sincronização bidirecional, por isso estou olhando para o Unison). Como teste, criei uma pasta simples em minha máquina Ubuntu chamada syncTest que contém dois arquivos de texto, file1.txt e file2.txt. Então eu usei este comando:

unison ~/syncTest/ ssh://[email protected]//Users/Admin/syncTest

A saída do comando é esta:

Contacting server...Connected [//MacBook.local//Users/Admin/syncTest -
> //notre-ubuntu//home/notre/syncTest]
Looking for changes
Warning: No archive files were found for these roots, whose canonical 
names are:
     /home/notre/syncTest
    //MacBook.local//Users/Admin/syncTest
This can happen either
because this is the first time you have synchronized these roots, 
or because you have upgraded Unison to a new version with a different
archive format.  


 Update detection may take a while on this run if the replicas are 
 large.


 Unison will assume that the 'last synchronized state' of both 
 replicas was completely empty.  This means that any files that are 
 different will be reported as conflicts, and any files that exist 
 only on one replica will be judged as new and propagated to the other 
 replica. If the two replicas are identical, then no changes will be 
 reported.


 If you see this message repeatedly, it may be because one of your 
 machines is getting its address from DHCP, which is causing its host 
 name to change between synchronizations.  See the documentation for 
 the UNISONLOCALHOSTNAME environment variable for advice on how to 
 correct this.


 Donations to the Unison project are gratefully accepted: 
 http://www.cis.upenn.edu/~bcpierce/unison


 Press return to continue.[<spc>]   Waiting for changes from server
 Reconciling changes


 local          MacBook.l...       
 dir      ---->            /  [f]

Neste ponto, nada mais acontece. Parece estar sentado indefinidamente no meu computador Ubuntu. Alguma idéia do que pode estar errado?

Obrigado!

    
por Notre 03.01.2018 / 07:48

1 resposta

2

Você terá que pressionar a tecla f . O Unison está aguardando que você confirme para continuar com a sincronização. A seta significa que ela será sincronizada de local a MacBook.l .

    
por Mitra Mai 03.01.2018 / 08:21