mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-05 09:17:59 +03:00
client: clippy: allow too_many_arguments
These are API endpoints. Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
109e063a7e
commit
2bacfa7029
@ -736,6 +736,7 @@ fn spawn_catalog_upload(
|
|||||||
}
|
}
|
||||||
)]
|
)]
|
||||||
/// Create (host) backup.
|
/// Create (host) backup.
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
async fn create_backup(
|
async fn create_backup(
|
||||||
param: Value,
|
param: Value,
|
||||||
all_file_systems: bool,
|
all_file_systems: bool,
|
||||||
@ -1490,6 +1491,7 @@ We do not extract '.pxar' archives when writing to standard output.
|
|||||||
}
|
}
|
||||||
)]
|
)]
|
||||||
/// Restore backup repository.
|
/// Restore backup repository.
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
async fn restore(
|
async fn restore(
|
||||||
param: Value,
|
param: Value,
|
||||||
allow_existing_dirs: bool,
|
allow_existing_dirs: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user