Let's say that I want to sync a folder with unison, but I want to sync only .jpg files.

How I could do that?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You need to add the following lines to your profile:

ignore = Name ?*
ignorenot = Name *.jpg
link|improve this answer
ignore = Name ?* did not work with me, replaced with ignore = Name {,.}*{.*} – Magnetic_dud May 1 at 7:31
feedback

Your Answer

 
or
required, but never shown

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