Hi all
I've been using Unison for a while now, syncing a number of computers (a mix of WinXP and Win7, some LAN and some remote) with a central server running FreeNAS. The system itself works brilliantly; however, I've been trying to get Unison to ignore things like Cache directories when syncing, and having little success.
From the documentation, I gathered that
ignore = Path Cache
would ignore any path that had "Cache" in it. However, it didn't, and doing a "debug -all" threw this up:
[pred] ignore 'Users/Dave/AppData/Local/Google/Chrome/User Data/Default/Cache' = false
which seems to me to be saying that it's not ignoring that particular path. I've tried things like
ignore = Path /Cache
ignore = Path */Cache
ignore = Path */*Cache
-- none opf which actually make it "ignore". I'm obviously doing something wrong here, but don't really have any idea what ... any help would be much appreciated :)