mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-11-02 15:18:42 +00:00
client: backup spec: rename change detection mode default
The currently default variant is named `Default`, which is not future prove since the default might change in the future. So rename it to `Legacy` instead. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
fdcae4bd8a
commit
04bb256abd
@ -54,7 +54,7 @@ pub fn parse_backup_specification(value: &str) -> Result<BackupSpecification, Er
|
||||
pub enum BackupDetectionMode {
|
||||
/// Encode backup as self contained pxar archive
|
||||
#[default]
|
||||
Default,
|
||||
Legacy,
|
||||
/// Split backup mode, re-encode payload data
|
||||
Data,
|
||||
/// Compare metadata, reuse payload chunks if metadata unchanged
|
||||
|
||||
Loading…
Reference in New Issue
Block a user