i want to disable delete option of unison in other word i want unison tool always copy file [don't delete anything]. I read manual but i can not find what i need .

for example we have two folder folder1 and folder2

1- the first time :- folder1 contain text.txt

2- run unison :- text.txt copied to folder2

3- delete text.txt from folder2

4- run unison :- the current case file text.txt deleted from folder1 but i want to copy text.txt again to folder1

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Unison is a 2-ways synchronization tool. If you only want to synchronize in one-way, take a look at --force, --prefer option or use rsync for alternative.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.