Files
box-dl/conf/sync_settings.sample.json
2019-09-29 00:10:54 +01:00

16 lines
208 B
JSON

{
"blacklist": [
"FolderA/aaa/bbb.jpg",
"FolderB/File*",
"*something*",
"*.pdf"
],
"thread_count": 4,
"jobs": [
{
"itemId": "0",
"localDirectory": "./test"
}
]
}