21 lines
400 B
JSON
21 lines
400 B
JSON
|
{
|
||
|
"dir": [
|
||
|
{
|
||
|
"name": "Temporary",
|
||
|
"path": "/tmp/dcnnt/sync/files",
|
||
|
"on_done": null
|
||
|
}
|
||
|
],
|
||
|
"file": [
|
||
|
{
|
||
|
"name": "Example",
|
||
|
"path": "/tmp/dcnnt/sync/dcnnt-example-file.txt",
|
||
|
"on_merge": "cat \"{local}\" \"{remote}\" > \"{output}\"",
|
||
|
"on_done": "true"
|
||
|
}
|
||
|
],
|
||
|
"contacts": {
|
||
|
"path": "/tmp/dcnnt/sync/contacts",
|
||
|
"backup_count": 3
|
||
|
}
|
||
|
}
|