Files
file-o-bot/install-files/movement.json
2024-05-28 23:51:40 +08:00

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
}
]
}