Issue: Drive that backups were on failed, was able to recover back up files that were in good places on the drive.
Replaced HDD with a new one and restored all of my data, using the same drive letter / path as previous install and copied the zips back into the location.
Run the restore process and get the errors below:
System.IO.FileNotFoundException: Could not find file ‘N:\Outlook\backup_202203251844.zip’.
File name: ‘N:\Outlook\backup_202203251844.zip’
at System.IO.FileInfo.get_Length()
at MailClient.DbBackup.FormBackup.Restore(String backupFile, CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.Restore(CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.<>c__DisplayClass27_0.<MainForm_Load>b__0(Object a, DoWorkEventArgs b)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
System.IO.FileNotFoundException: Could not find file ‘N:\Outlook\backup_202203291844.zip’.
File name: ‘N:\Outlook\backup_202203291844.zip’
at System.IO.FileInfo.get_Length()
at MailClient.DbBackup.FormBackup.Restore(String backupFile, CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.Restore(CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.<>c__DisplayClass27_0.<MainForm_Load>b__0(Object a, DoWorkEventArgs b)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
System.IO.FileNotFoundException: Could not find file ‘N:\Outlook\backup_202203121844.zip’.
File name: ‘N:\Outlook\backup_202203121844.zip’
at System.IO.FileInfo.get_Length()
at MailClient.DbBackup.FormBackup.Restore(String backupFile, CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.Restore(CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.<>c__DisplayClass27_0.<MainForm_Load>b__0(Object a, DoWorkEventArgs b)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Files in question are there and I can open and unzip/read their contents, but the application will not.