add retic.exe download to install script

This commit is contained in:
Kevin Woley
2020-02-08 14:45:01 -08:00
parent a6bc1d4ab8
commit 12a7142511
3 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# backup configuration
$ExeName = "restic.exe"
$InstallPath = "C:\restic"
$ResticExe = Join-Path $InstallPath "restic.exe"
$ResticExe = Join-Path $InstallPath $ExeName
$StateFile = Join-Path $InstallPath "state.xml"
$WindowsExcludeFile = Join-Path $InstallPath "windows.exclude"
$LocalExcludeFile = Join-Path $InstallPath "local.exclude"