From: Dotan C. <dot...@gm...> - 2008-11-12 08:05:17
|
I am trying to configure OpenSync via the SetupGuide on the wiki: http://www.opensync.org/wiki/SetupGuide However, I have a slightly different XML format than what is presented on the wiki page. The wiki page shows this format: <?xml version="1.0"?> <config> <directory> <path></path> <objtype>data</objtype> </directory> [...] </config> However, this is what I have: <?xml version="1.0"?> <config> <!-- directory path for file-sync --> <path>/home/hardy2/sync1</path> <!-- should care of subdirectories (TRUE or FALSE) --> <recursive>FALSE</recursive> </config> For me, "path" is not in a "directory" tag, and there is no "objtype". Should I simply add these? Will that cause unexpected results? Should I update to OpenSync 0.38? -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü |