Latest updated

This commit is contained in:
2025-11-14 12:12:11 +00:00
parent fbb8726e2a
commit 1758cbc5f8
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ param(
[ValidateSet("catalog", "restore", "verify")] [ValidateSet("catalog", "restore", "verify")]
[string]$Action, [string]$Action,
[Parameter(Mandatory=$false)] [Parameter(Mandatory=$true)]
[string]$SqlInstance = "sqlfcsql\TESTINST" [string]$SqlInstance = "sqlfcsql\TESTINST"
) )

View File

@@ -6,7 +6,7 @@ param(
[string]$MvName, [string]$MvName,
[Parameter(Mandatory=$false)] [Parameter(Mandatory=$false)]
[int]$Jobs = 2, [int]$Jobs = 1,
[Parameter(Mandatory=$false)] [Parameter(Mandatory=$false)]
[int]$LogRetentionDays = 30 [int]$LogRetentionDays = 30
@@ -21,6 +21,7 @@ param(
# Each job will automatically share the database load using DatabasesInParallel=Y if Jobs>1 # Each job will automatically share the database load using DatabasesInParallel=Y if Jobs>1
# TODO: See if there is way to query QueueDatabase during backup to monitor progress # TODO: See if there is way to query QueueDatabase during backup to monitor progress
# TODO: Better trapping when RSC connection fails
$fullBackupDay = 'Thursday' $fullBackupDay = 'Thursday'
$fullBackupOverdueDays = 7 $fullBackupOverdueDays = 7