add make_oss_key, oss-backupd-config.json
This commit is contained in:
18
oss-backupd-config.json
Normal file
18
oss-backupd-config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"oss_config": {
|
||||
"endpoint": "",
|
||||
"access_key_id": "",
|
||||
"access_key_secret": "",
|
||||
"bucket": "",
|
||||
"path": ""
|
||||
},
|
||||
"host": "sample_host",
|
||||
"encrypt_pubkey_file": "",
|
||||
"items": [
|
||||
{
|
||||
"oss_config": null,
|
||||
"target": "",
|
||||
"file_name": "sample_file",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user