Latest updated
This commit is contained in:
@@ -6,7 +6,7 @@ param(
|
||||
[string]$MvName,
|
||||
|
||||
[Parameter(Mandatory=$false)]
|
||||
[int]$Jobs = 2,
|
||||
[int]$Jobs = 1,
|
||||
|
||||
[Parameter(Mandatory=$false)]
|
||||
[int]$LogRetentionDays = 30
|
||||
@@ -21,6 +21,7 @@ param(
|
||||
# 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: Better trapping when RSC connection fails
|
||||
|
||||
$fullBackupDay = 'Thursday'
|
||||
$fullBackupOverdueDays = 7
|
||||
|
||||
Reference in New Issue
Block a user