Files
file-o-bot/install-files/movement.json
2024-06-25 08:37:37 +08:00

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