This commit is contained in:
Samuele Guerrini 2024-07-08 12:34:53 +02:00
parent d8c68a2774
commit 74de7833b8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ struct BackupSettings
/// Whether base backup to S3 should inherit credentials from the BACKUP query.
bool use_same_s3_credentials_for_base_backup = false;
/// Wheter base backup archive should be unlocked using the same password as the incremental archive
/// Whether base backup archive should be unlocked using the same password as the incremental archive
bool use_same_password_for_base_backup = false;
/// Whether a new Azure container should be created if it does not exist (requires permissions at storage account level)

View File

@ -113,7 +113,7 @@ struct RestoreSettings
/// Whether base backup from S3 should inherit credentials from the RESTORE query.
bool use_same_s3_credentials_for_base_backup = false;
/// Wheter base backup archive should be unlocked using the same password as the incremental archive
/// Whether base backup archive should be unlocked using the same password as the incremental archive
bool use_same_password_for_base_backup = false;
/// If it's true RESTORE won't stop on broken parts while restoring, instead they will be restored as detached parts