This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unisonText \ | |
# folder to be sync on host machine (windows) to guest machine (lubuntu) | |
"C:\full_path_to_folder" \ | |
# folder to not be synced on host machine from file changes in guest machine | |
-noupdate="C:\Users\sean\work\src\ossdc" \ | |
# always prefer the file with newer changes in the event of file content conflict | |
-prefer=newer \ | |
# enable listen to file changes | |
-repeat=watch \ | |
# ignore folders / files changes on the host machine using regex pattern |