src/bin/proxmox-backup-client.rs - files: allow --repository parameter
This commit is contained in:
parent
52c171e49d
commit
cec17a3ec7
|
@ -1486,6 +1486,7 @@ We do not extraxt '.pxar' archives when writing to stdandard output.
|
||||||
list_snapshot_files,
|
list_snapshot_files,
|
||||||
ObjectSchema::new("List snapshot files.")
|
ObjectSchema::new("List snapshot files.")
|
||||||
.required("snapshot", StringSchema::new("Snapshot path."))
|
.required("snapshot", StringSchema::new("Snapshot path."))
|
||||||
|
.optional("repository", REPO_URL_SCHEMA.clone())
|
||||||
.optional("output-format", OUTPUT_FORMAT.clone())
|
.optional("output-format", OUTPUT_FORMAT.clone())
|
||||||
))
|
))
|
||||||
.arg_param(vec!["snapshot"])
|
.arg_param(vec!["snapshot"])
|
||||||
|
|
Loading…
Reference in New Issue