Buvt, format of the config file storedST.json
This file should be edited by the user.
[
{
"label":"MYLABEL",
"charTRes":"n",
"fiDirSource":"YOUR_SOURCE_FOLDER",
"fiDirTarget":"YOUR_TARGET_FOLDER"
},
⋮
]
An array of objects, with the fields:
- label:
- The label that appears in the selector box in the program.
- charTRes:
- Timestamp resolution.
- Filesystems have different resolution on timestamps. This setting determines how much the timestamp (last-mod timestamp) should be rounded (floored) before they are compared.
- Should be 'n', 'u', 'm', 's' or '2'
- n: Floored to every whole nanosecond
- u: Floored to every whole microsecond
- m: Floored to every whole millisecond
- s: Floored to every whole second
- 2: Floored to every even second
- fiDirSource
- fiDirTarget
- fiDirSource and fiDirTarget the source resp target directory.
- It is interpreted by the filesystem, so on linux one can use "~" for example