From 54c99446c2e5707656c05250a80c8ee1ba0755e8 Mon Sep 17 00:00:00 2001 From: Russell Hamker <31591018+butch7903@users.noreply.github.com> Date: Mon, 16 Oct 2017 13:49:23 -0500 Subject: [PATCH] Add files via upload --- Backup_VCSA_DB_to_File.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backup_VCSA_DB_to_File.ps1 b/Backup_VCSA_DB_to_File.ps1 index 50c505c..3d36915 100644 --- a/Backup_VCSA_DB_to_File.ps1 +++ b/Backup_VCSA_DB_to_File.ps1 @@ -16,7 +16,7 @@ .DESCRIPTION Use this script to backup the full VMware VCSA 6.5 or higher datebase. For the first time use, run this script manually with administrator rights to correctly install any PowerShell modules needed - for this script to properly run. The first time this script is created it will also create a logs directory, + for this script to properly run. The first time this script is run it will also create a logs directory, AnswserFile.csv, AES.key, BackupEncryptionPassword.txt (optional), LocationPassword.txt, Password.txt, and User.txt. This script creates a current date named folder on a target destination and places a backup copy of the database in that folder.