Xebar Saram <zeltakc <at> gmail.com> writes:
> Alan, a unison guide focused on org would be great as some of the guys
mentioned.
As an example, I use the following ~/.unison/Org.prf file to sync files
between Org folders on a Debian Linux laptop and an Android phone:
# Unison preferences
label = Org-mode
root = /home/shared/Org
root = /media/8A07-A343/Org
times = true
perms = 0o1702
prefer = newer
ignore = Name {.directory}
Of course the two Linux and Android roots are just an example.
The line "perms = 0o1702" solved some permission problems with the card in
the Android phone.