Files
oss-backupd/oss-backupd-config.json

18 lines
354 B
JSON

{
"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",
}
]
}