26 lines
470 B
JSON
26 lines
470 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
|
|
}
|
|
],
|
|
"pathAliases" : [
|
|
"ssd": "./ssd",
|
|
"hhd": "./hdd",
|
|
"s3-bucket": "./file-o-bot-bucket",
|
|
"backblaze-b2": "./file-o-bot-rclone-b2"
|
|
]
|
|
}
|