Latest updated
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user