add make_oss_key, oss-backupd-config.json

This commit is contained in:
2019-11-30 10:17:44 +08:00
parent 7282c547a5
commit da4e6397d2
3 changed files with 77 additions and 2 deletions

18
oss-backupd-config.json Normal file
View 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",
}
]
}