src/api2/admin/datastore.rs: use correct .blob extension for log
This commit is contained in:
parent
ec34f7eba0
commit
ef3254c086
|
@ -479,9 +479,7 @@ fn upload_backup_log(
|
|||
|
||||
let datastore = DataStore::lookup_datastore(store)?;
|
||||
|
||||
//let file_name = tools::required_string_param(¶m, "file-name")?.to_owned();
|
||||
|
||||
let file_name = "client.log";
|
||||
let file_name = "client.log.blob";
|
||||
|
||||
let backup_type = tools::required_string_param(¶m, "backup-type")?;
|
||||
let backup_id = tools::required_string_param(¶m, "backup-id")?;
|
||||
|
|
Loading…
Reference in New Issue