make $BackupOnMeteredNetwork default to true in config

This commit is contained in:
Kevin Woley
2025-01-27 15:16:27 -08:00
parent 8fed01a1f6
commit add848471f

View File

@@ -3,7 +3,7 @@ $InstallPath = "C:\restic"
$ExeName = "restic.exe"
$GlobalParameters = @()
$LogRetentionDays = 30
$BackupOnMeteredNetwork = $false
$BackupOnMeteredNetwork = $true
$InternetTestAttempts = 10
$GlobalRetryAttempts = 4