From 181add5bfd96db238a945642407bbbecdeba37e5 Mon Sep 17 00:00:00 2001 From: Brian Graf Date: Fri, 18 Nov 2016 09:15:43 -0700 Subject: [PATCH] Added Credit to Alan --- Modules/Backup-VCSA.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Backup-VCSA.psm1 b/Modules/Backup-VCSA.psm1 index 21e036d..271a7ff 100644 --- a/Modules/Backup-VCSA.psm1 +++ b/Modules/Backup-VCSA.psm1 @@ -27,6 +27,7 @@ .NOTES + Credit goes to @AlanRenouf for sharing the base of this function with me which I was able to take and make more robust as well as add in progress indicators You must be connected to the CisService for this to work, if you are not connected, the function will prompt you for your credentials If a -LocationType is not chosen, the function will default to FTP. The destination location for a backup must be an empty folder (easiest to use the get-date cmdlet in the location)