2024-05-28 23:51:40 +08:00
|
|
|
{
|
|
|
|
"movements": [
|
|
|
|
{
|
|
|
|
"sourcePath": "./hdd",
|
2024-06-25 08:37:37 +08:00
|
|
|
"destinationPath": "s3-bucket",
|
2024-05-28 23:51:40 +08:00
|
|
|
"amins": 1
|
|
|
|
},
|
|
|
|
{
|
2024-06-25 08:37:37 +08:00
|
|
|
"sourcePath": "ssd",
|
|
|
|
"destinationPath": "s3-bucket",
|
2024-05-28 23:51:40 +08:00
|
|
|
"amins": 1
|
|
|
|
},
|
|
|
|
{
|
2024-06-25 08:37:37 +08:00
|
|
|
"sourcePath": "s3-bucket",
|
|
|
|
"destinationPath": "backblaze-b2",
|
2024-05-28 23:51:40 +08:00
|
|
|
"amins": 1
|
|
|
|
}
|
2024-06-25 08:37:37 +08:00
|
|
|
],
|
|
|
|
"pathAliases" : [
|
|
|
|
"ssd": "./ssd",
|
|
|
|
"hhd": "./hdd",
|
|
|
|
"s3-bucket": "./file-o-bot-bucket",
|
|
|
|
"backblaze-b2": "./file-o-bot-rclone-b2"
|
2024-05-28 23:51:40 +08:00
|
|
|
]
|
|
|
|
}
|