Backup falied: Some kind of disk I/O error occurred

My backup failed i try different method like ftp or local folder widhout success…

My disk are ok i just copy all data manually and evertying works fine…

Here the error log:

Mono.Data.Sqlite.SqliteException (0x80004005): Some kind of disk I/O error occurred disk I/O error
 at Mono.Data.Sqlite.SQLite3.Prepare (Mono.Data.Sqlite.SqliteConnection cnn, System.String strSql, Mono.Data.Sqlite.SqliteStatement previous, System.UInt32 timeoutMS, System.String&amp; strRemain) [0x001f8] in <ebbb7686960a408ebdd1b567a5688870>:0
 at Mono.Data.Sqlite.SqliteCommand.BuildNextCommand () [0x000d3] in <ebbb7686960a408ebdd1b567a5688870>:0
 at Mono.Data.Sqlite.SqliteCommand.GetStatement (System.Int32 index) [0x00008] in <ebbb7686960a408ebdd1b567a5688870>:0
 at (wrapper remoting-invoke-with-check) Mono.Data.Sqlite.SqliteCommand.GetStatement(int)
 at Mono.Data.Sqlite.SqliteDataReader.NextResult () [0x000b3] in <ebbb7686960a408ebdd1b567a5688870>:0
 at Mono.Data.Sqlite.SqliteDataReader..ctor (Mono.Data.Sqlite.SqliteCommand cmd, System.Data.CommandBehavior behave) [0x0004e] in <ebbb7686960a408ebdd1b567a5688870>:0
 at (wrapper remoting-invoke-with-check) Mono.Data.Sqlite.SqliteDataReader..ctor(Mono.Data.Sqlite.SqliteCommand,System.Data.CommandBehavior)
 at Mono.Data.Sqlite.SqliteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x00006] in <ebbb7686960a408ebdd1b567a5688870>:0
 at Mono.Data.Sqlite.SqliteCommand.ExecuteNonQuery () [0x00000] in <ebbb7686960a408ebdd1b567a5688870>:0
 at Duplicati.Library.Main.Database.LocalDatabase.LogMessage (System.String type, System.String message, System.Exception exception, System.Data.IDbTransaction transaction) [0x00067] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.BasicResults.LogDbMessage (System.String type, System.String message, System.Exception ex) [0x00027] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.BasicResults.AddError (System.String message, System.Exception ex) [0x000b1] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x00946] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.Controller+<>c__DisplayClass17_0.<Backup>b__0 (Duplicati.Library.Main.BackupResults result) [0x00036] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]&amp; paths, Duplicati.Library.Utility.IFilter&amp; filter, System.Action`1[T] method) [0x0014b] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Library.Main.Controller.Backup (System.String[] inputsources, Duplicati.Library.Utility.IFilter filter) [0x00068] in <ae134c5a9abb455eb7f06c134d211773>:0
 at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00494] in <670b0e4a9ae144208688fcb192d20146>:0

Any idea why?

Hi @Simone_Marzola_zmalq, welcome to the forum!

The error you’re seeing seems to be related to trying to set up the sqlite database that either stores the generic Duplicati settings (Duplicati-server.sqlite file) or job specific settings (xxxxxxxxxx.sqlite file where x are capital letters).

Here are some questions that might help us narrow down what’s going on:

  • What version of Duplicati are you using?
  • What OS are you running Duplicati on?
  • Are you running Duplicati as a service / daemon or just the logged in user Tray Icon?
  • Am I correct in guessing this error only happens when running a backup?
  • Has any backup ever run correctly or has it always given this error?