rsync has:

--max-size=SIZE         don't transfer any file larger than SIZE

Does unison have a similar option?

link|improve this question
feedback

1 Answer

You could use the -copythreshold option. From the unison help flag:

-copythreshold n   use copyprog on files bigger than this (if >=0, in Kb)

You could make a dummy program/script that does nothing. Usually I believe that you would specify rsync with special options as the copyprog, but if you don't want to copy anything, the copyprog should take no action.

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.