More files for initial work

This commit is contained in:
2024-05-28 23:51:40 +08:00
parent 1ff500cdfb
commit aa8529e5dc
11 changed files with 61 additions and 40 deletions

View File

@ -0,0 +1 @@
MAP_ROOT_DIRECTORY=./mapped-storage

View File

@ -0,0 +1,19 @@
{
"movements": [
{
"sourcePath": "./hdd",
"destinationPath": "./s3-bucket",
"amins": 1
},
{
"sourcePath": "./ssd",
"destinationPath": "./s3-bucket",
"amins": 1
},
{
"sourcePath": "./s3-bucket",
"destinationPath": "./backblaze-b2",
"amins": 1
}
]
}