You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced 7ZipforPowerShell dependency with windows tar.exe and reduced number of files being extracted to only the ones we require
Signed-off-by: Brian O'Connell <brian.oconnell@broadcom.com>
tar -xzf "$parentFolder\decrypted-sddc-manager-backup.tar.gz""$extractedBackupFolder/metadata.json""$extractedBackupFolder/appliancemanager_dns_configuration.json""$extractedBackupFolder/appliancemanager_ntp_configuration.json""$extractedBackupFolder/security_password_vault.json""$extractedBackupFolder/database/sddc-postgres.bkp"
374
+
380
375
381
376
#Get Content of Password Vault
382
377
LogMessage -type INFO -message "[$jumpboxName] Reading Password Vault"
0 commit comments