add backup_count in sample
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user