1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
ctrl/doc/example-messages/copy-files.json

14 lines
336 B
JSON
Raw Normal View History

2022-03-11 10:44:19 +00:00
[
{
"directory": "copy",
"fileName": "copy.log",
2023-04-19 06:07:03 +00:00
"toNodes": ["central"],
"method":"copySrc",
2023-04-19 06:07:03 +00:00
"methodArgs": ["./testbinary","ship1","./apekatt/testbinary-copied","900000","60","0700"],
"methodTimeout": 10,
"retryWait" : 5,
"retries" : 3,
"replyMethod":"console"
2022-03-11 10:44:19 +00:00
}
2023-04-19 06:07:03 +00:00
]