{
"id": "r0",
"description": "test resource",
"auto_up": true,
"nodes": [
{
"name": "node1",
"url": "192.168.35.101:9876",
"files": [
{
"path": "E:\\Repl\\Datas",
"type": "directory",
"recursive": true,
"exclude_patterns": [],
},
{
"path": "E:\\Repl\\data.xml",
"type": "file",
}
],
"auto_file_lock": "off"
},
{
"name": "node2",
"url": "192.168.35.102:9876",
"directories": [
{
"path": "F:\\Repl\\Datas",
"type": "directory",
"recursive": true,
"exclude_patterns": [],
},
{
"path": "F:\\Repl\\data.xml",
"type": "file",
}
],
"auto_file_lock": "off"
}
],
"connections": [],
"options": {
"recursive": true,
"exclude_patterns": [
"*.tmp"
],
"sync": {
"attributes": false,
"permissions": "none",
},
"auto_file_lock": "off",
"database_path": ""
},
"userdata": null
} |