make $BackupOnMeteredNetwork default to true in config
This commit is contained in:
@@ -3,7 +3,7 @@ $InstallPath = "C:\restic"
|
|||||||
$ExeName = "restic.exe"
|
$ExeName = "restic.exe"
|
||||||
$GlobalParameters = @()
|
$GlobalParameters = @()
|
||||||
$LogRetentionDays = 30
|
$LogRetentionDays = 30
|
||||||
$BackupOnMeteredNetwork = $false
|
$BackupOnMeteredNetwork = $true
|
||||||
$InternetTestAttempts = 10
|
$InternetTestAttempts = 10
|
||||||
$GlobalRetryAttempts = 4
|
$GlobalRetryAttempts = 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user