Update README

This commit is contained in:
2024-06-25 08:37:37 +08:00
parent 3d63f9c254
commit 3a0a411586
4 changed files with 59 additions and 28 deletions

View File

@ -2,18 +2,24 @@
"movements": [
{
"sourcePath": "./hdd",
"destinationPath": "./s3-bucket",
"destinationPath": "s3-bucket",
"amins": 1
},
{
"sourcePath": "./ssd",
"destinationPath": "./s3-bucket",
"sourcePath": "ssd",
"destinationPath": "s3-bucket",
"amins": 1
},
{
"sourcePath": "./s3-bucket",
"destinationPath": "./backblaze-b2",
"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"
]
}