Update README
This commit is contained in:
@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user