revert unintended config changes
This commit is contained in:
+3
-4
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user