Add support for SMB location

This commit is contained in:
Joshua Post
2021-05-24 14:43:39 -05:00
parent 83447772b6
commit 9519635847

View File

@@ -39,7 +39,7 @@ Function Backup-VCSAToFile {
[switch]$FullBackup,
[Parameter(ParameterSetName='CommonBackup')]
[switch]$CommonBackup,
[ValidateSet('FTPS', 'HTTP', 'SCP', 'HTTPS', 'FTP')]
[ValidateSet('FTPS', 'HTTP', 'SCP', 'HTTPS', 'FTP', 'SMB')]
$LocationType = "FTP",
$Location,
$LocationUser,