kmwoley / restic-windows-backup

Powershell scripts to run Restic backups on Windows
MIT License
330 stars 68 forks source link

Cannot backup multiple drives #45

Closed maxxer closed 3 years ago

maxxer commented 3 years ago

I'm unable to backup multiple drives. I've configured as follows but checking into the repos I found it's always backing up only F drive, even the sessions of C has content of the F drive instead.

# Paths to backup
$BackupSources = @{}
$BackupSources["C:\"] = @(
#    'Users'
)
$BackupSources["F:\"] = @(
#    'Software'
)
maxxer commented 3 years ago

My bad, I was mistaken... Backups are running fine, sorry.

I only miss why for every run I get 4 sessions...