Added Example (#84)

Co-authored-by: Export <donotforgetme@web.de>
This commit is contained in:
Export33
2024-11-11 00:16:18 +01:00
committed by GitHub
parent 6ec929a75c
commit b33d2d176b

View File

@@ -27,11 +27,13 @@ $SendEmailOnError = $true
# Paths to backup
$BackupSources = @{}
$BackupSources["C:\"] = @(
# 'Users'
# "Users\Example\Desktop\Source1",
# "Users\Example\Desktop\Source2"
)
$BackupSources["D:\"] = @(
# "Example\Source3",
# "Example\Source4"
)
#$BackupSources["D:\"] = @(
# 'Software'
#)
#$BackupSources["DRIVE_LABEL_NAME_OR_SERIAL_NUMBER"] = @(
# 'FolderName'
# "Example\FolderName"
#)