Hello, I install Duplicati on Archlinux and want to start my first backup. I have error that Duplicati cannot access local source folder in /home/...
I have notification:
Unauthorized to access source folder /home/mariank/Pobrane/, aborting backup
and in logs:
Mono.Data.Sqlite.SqliteException (0x80004005): SQLite error
no such table: RemoteOperation
at Mono.Data.Sqlite.SQLite3.Prepare (Mono.Data.Sqlite.SqliteConnection cnn, System.String strSql, Mono.Data.Sqlite.SqliteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x001f8] in <16c56cdcfe244801a66a9296faeca43a>:0
at Mono.Data.Sqlite.SqliteCommand.BuildNextCommand () [0x000d3] in <16c56cdcfe244801a66a9296faeca43a>:0
at Mono.Data.Sqlite.SqliteCommand.GetStatement (System.Int32 index) [0x00008] in <16c56cdcfe244801a66a9296faeca43a>:0
at (wrapper remoting-invoke-with-check) Mono.Data.Sqlite.SqliteCommand.GetStatement(int)
at Mono.Data.Sqlite.SqliteDataReader.NextResult () [0x000b3] in <16c56cdcfe244801a66a9296faeca43a>:0
at Mono.Data.Sqlite.SqliteDataReader..ctor (Mono.Data.Sqlite.SqliteCommand cmd, System.Data.CommandBehavior behave) [0x0004e] in <16c56cdcfe244801a66a9296faeca43a>: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 <16c56cdcfe244801a66a9296faeca43a>:0
at Mono.Data.Sqlite.SqliteCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00000] in <16c56cdcfe244801a66a9296faeca43a>:0
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader () [0x00000] in <478e33e3076141f49d612129fadcd2a4>:0
at Duplicati.Server.WebServer.RESTMethods.LogData.DumpTable (System.Data.IDbCommand cmd, System.String tablename, System.String pagingfield, System.String offset_str, System.String pagesize_str) [0x000da] in <156011ea63b34859b4073abdbf0b1573>:0
at Duplicati.Server.WebServer.RESTMethods.Backup.FetchRemoteLogData (Duplicati.Server.Serialization.Interface.IBackup backup, Duplicati.Server.WebServer.RESTMethods.RequestInfo info) [0x00052] in <156011ea63b34859b4073abdbf0b1573>:0
at Duplicati.Server.WebServer.RESTMethods.Backup.GET (System.String key, Duplicati.Server.WebServer.RESTMethods.RequestInfo info) [0x001f4] in <156011ea63b34859b4073abdbf0b1573>:0
at Duplicati.Server.WebServer.RESTHandler.DoProcess (Duplicati.Server.WebServer.RESTMethods.RequestInfo info, System.String method, System.String module, System.String key) [0x00146] in <156011ea63b34859b4073abdbf0b1573>:0
Regards,
Przemek