add backup_count in sample

This commit is contained in:
2020-04-04 21:49:54 +08:00
parent ee2156a2ca
commit a8bb406fde
2 changed files with 5 additions and 6 deletions

View File

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