add zip, pgp and put file

This commit is contained in:
2020-03-29 01:14:29 +08:00
parent 7da74889d3
commit 27205f9922
3 changed files with 123 additions and 8 deletions

View File

@@ -28,10 +28,10 @@ pub const DOT_OSS_BACKUPD_CONFIG: &str = ".oss-backupd-config.json";
"encrypt_pubkey_file": "",
"items": [
{
"oss_config": null,
"oss_config": null, // OPT @oss_config
"target": "",
"file_name": "",
"encrypt_pubkey_file": null
"encrypt_pubkey_file": null // OPT @encrypt_pubkey_file
}
]
}