Backup has failed

A window opens, informing that backup has failed, and requesting me to contact Support with the following data:
System.IO.IOException: There is not enough space on the disk.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Deflate()
   at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at MailClient.Streams.StreamHelper.CopyStream(Stream inputStream, Stream outputStream, Nullable`1 cancellationToken, ProgressReporter reporter)
   at MailClient.Storage.Backup.BackupCompressionTool.AddFile(FileInfo file, String relativePath, CancellationToken token, ProcessedSizeUpdated tracker)
   at DbBackup.FormBackup.Backup(CancellationToken cancellationToken)
   at DbBackup.FormBackup.<mainform_load>b__27_0(Object a, DoWorkEventArgs b)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)</mainform_load>

Just looking at the error, I assume that there is not enough space on the disk. :slight_smile: