Add optional configuration options for additional parameters to restic calls, $AdditionalParameters and $SelfUpdateParameters and make self update of restic binary configurable via $AllowResticSelfUpdate config option
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# backup configuration
|
||||
$ExeName = "restic.exe"
|
||||
$AdditionalParameters = @()
|
||||
$SelfUpdateParameters = @()
|
||||
$AllowResticSelfUpdate = $true
|
||||
$InstallPath = "C:\restic"
|
||||
$ResticExe = Join-Path $InstallPath $ExeName
|
||||
$StateFile = Join-Path $InstallPath "state.xml"
|
||||
|
||||
Reference in New Issue
Block a user