improve default configuration values

This commit is contained in:
Kevin Woley
2024-11-14 12:15:14 -08:00
parent efcdc9d291
commit b81aa242bc

View File

@@ -10,7 +10,7 @@ $LogRetentionDays = 30
$InternetTestAttempts = 10 $InternetTestAttempts = 10
$GlobalRetryAttempts = 4 $GlobalRetryAttempts = 4
$IgnoreMissingBackupSources = $false $IgnoreMissingBackupSources = $false
$AdditionalBackupParameters = @("--exclude-if-present", ".nobackup") $AdditionalBackupParameters = @("--exclude-if-present", ".nobackup", "--no-scan")
# maintenance configuration # maintenance configuration
$SnapshotMaintenanceEnabled = $true $SnapshotMaintenanceEnabled = $true
@@ -30,10 +30,10 @@ $BackupSources["C:\"] = @(
# "Users\Example\Desktop\Source1", # "Users\Example\Desktop\Source1",
# "Users\Example\Desktop\Source2" # "Users\Example\Desktop\Source2"
) )
$BackupSources["D:\"] = @( # $BackupSources["D:\"] = @(
# "Example\Source3", # "Example\Source3",
# "Example\Source4" # "Example\Source4"
) # )
#$BackupSources["DRIVE_LABEL_NAME_OR_SERIAL_NUMBER"] = @( #$BackupSources["DRIVE_LABEL_NAME_OR_SERIAL_NUMBER"] = @(
# "Example\FolderName" # "Example\FolderName"
#) #)