Closed maxxer closed 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' )
My bad, I was mistaken... Backups are running fine, sorry.
I only miss why for every run I get 4 sessions...
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.