nextcloudpi/etc/ncp-config.d/nc-scan-auto.cfg
nachoparker d9384817c2 nc-scan-auto: recursive and home-only options
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-05-11 11:14:19 -06:00

53 lines
1.2 KiB
INI

{
"id": "nc-scan-auto",
"name": "Nc-scan-auto",
"title": "nc-scan-auto",
"description": "Periodically scan NC for externally modified files",
"info": "Set the time in minutes in Scan Interval. Optionally we can specify up to 3 paths in the form '_user_/files/_path_'\n\n>>> If there are too many files this can greatly affect performance. <<<",
"infotitle": "Instructions for auto synchronization",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "no",
"type": "bool"
},
{
"id": "RECURSIVE",
"name": "Recursive",
"value": "yes",
"type": "bool"
},
{
"id": "NONEXTERNAL",
"name": "Ignore external files",
"value": "no",
"type": "bool"
},
{
"id": "SCANINTERVAL",
"name": "Scan periodicity (in minutes)",
"value": "60",
"suggest": "60"
},
{
"id": "PATH1",
"name": "Path",
"value": "",
"suggest": "/ncp/files/Documents"
},
{
"id": "PATH2",
"name": "Path",
"value": "",
"suggest": "/family/files/Photos"
},
{
"id": "PATH3",
"name": "Path",
"value": "",
"suggest": "/family/files/Videos"
}
]
}