revert unintended config changes

This commit is contained in:
Kevin Woley
2025-02-08 00:58:54 -08:00
parent f68ff68ae2
commit a0de49b804
+3 -4
View File
@@ -1,5 +1,5 @@
# general configuration # general configuration
$InstallPath = "C:\restic_dev" $InstallPath = "C:\restic"
$ExeName = "restic.exe" $ExeName = "restic.exe"
$GlobalParameters = @() $GlobalParameters = @()
$LogRetentionDays = 30 $LogRetentionDays = 30
@@ -20,9 +20,8 @@ $AdditionalBackupParameters = @("--exclude-if-present", ".nobackup", "--no-scan"
# Paths to backup # Paths to backup
$BackupSources = @{} $BackupSources = @{}
$BackupSources["C:\"] = @( $BackupSources["C:\"] = @(
"restic_dev", # "Users\Example\Desktop\Source1",
"restic", # "Users\Example\Desktop\Source2"
"temp\directory with spaces"
) )
# $BackupSources["D:\"] = @( # $BackupSources["D:\"] = @(
# "Example\Source3", # "Example\Source3",