20 lines
330 B
JSON
20 lines
330 B
JSON
|
{
|
||
|
"movements": [
|
||
|
{
|
||
|
"sourcePath": "./hdd",
|
||
|
"destinationPath": "./s3-bucket",
|
||
|
"amins": 1
|
||
|
},
|
||
|
{
|
||
|
"sourcePath": "./ssd",
|
||
|
"destinationPath": "./s3-bucket",
|
||
|
"amins": 1
|
||
|
},
|
||
|
{
|
||
|
"sourcePath": "./s3-bucket",
|
||
|
"destinationPath": "./backblaze-b2",
|
||
|
"amins": 1
|
||
|
}
|
||
|
]
|
||
|
}
|