Where do I look to figure out what is going wrong?
I installed the docker on Saturday, created a backup job of my Audiobooks folder to an smb mounted share on another unraid server on the same network (eventually to be moved to dad's house once I get it working). After about 12 hrs of running this job it stopped creating backup files. I tried to restart the docker but it hung until after 5hrs I pushed the power button for 5sec unclean shutdown of unraid. After restarting, parity check clean, reinstalled the duplicati docker and tried to run the back up again. It ran for 12 hrs then stopped at 7am this morning. This time though I have not tried to stop/modify/etc the docker. The duplicati GUI keeps trying to refresh, alternating between "Connection Lost. Connecting to server..." and "Connection to the server lost, retrying again in xxx sec"
I can open a console into the docker and run ps command (I don't know many more) this seems to respond well. So what command can I run to get good info?
I had the UI on the verbose log but that just lists the source files as they are being scanned.
I downloaded DB Browser for SQLite and made a copy of the sqlite files changed chmod and found some 'log' entries in the .sqlite files but I don't recognize the values for the time/date or what info is being conveyed in the error logs in the sqlite file. Anyone know what to look for in the db to locate the problem?
The Metadata entry in the sqlite db says LastErrorDate 20190415T030252Z LastErrorMessage Thread was being aborted. -- ah that doesn't seem very helpful.
The ErrorLog entry in sqlite says
1 Failed while executing "Backup" with id: 1 Duplicati.Library.Interface.UserInformationException: Found 7440 files that are missing from the remote storage, please run repair
at Duplicati.Library.Main.Operation.FilelistProcessor.VerifyRemoteList (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x00203] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.BackupHandler.PreBackupVerify (Duplicati.Library.Main.BackendManager backend, System.String protectedfile) [0x0010d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.BackupHandler.RunAsync (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x01031] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at CoCoL.ChannelExtensions.WaitForTaskOrThrow (System.Threading.Tasks.Task task) [0x00050] in <6973ce2780de4b28aaa2c5ffc59993b1>:0
at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x00008] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller+<>c__DisplayClass13_0.<Backup>b__0 (Duplicati.Library.Main.BackupResults result) [0x00035] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.Backup (System.String[] inputsources, Duplicati.Library.Utility.IFilter filter) [0x00068] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00307] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555283838
1 Failed while executing "Backup" with id: 1 Duplicati.Library.Interface.UserInformationException: Found 1 remote files that are not recorded in local storage, please run repair
at Duplicati.Library.Main.Operation.FilelistProcessor.VerifyRemoteList (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x00104] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.BackupHandler.PreBackupVerify (Duplicati.Library.Main.BackendManager backend, System.String protectedfile) [0x0010d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.BackupHandler.RunAsync (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x01031] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at CoCoL.ChannelExtensions.WaitForTaskOrThrow (System.Threading.Tasks.Task task) [0x00050] in <6973ce2780de4b28aaa2c5ffc59993b1>:0
at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x00008] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller+<>c__DisplayClass13_0.<Backup>b__0 (Duplicati.Library.Main.BackupResults result) [0x00035] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.Backup (System.String[] inputsources, Duplicati.Library.Utility.IFilter filter) [0x00068] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00307] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555283952
1 Failed while executing "Repair" with id: 1 System.Threading.ThreadAbortException: Thread was being aborted.
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal(intptr*,int,bool,int)
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.UInt32 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00044] in <6649516e5b3542319fb262b421af0adb>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.Int64 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00014] in <6649516e5b3542319fb262b421af0adb>:0
at System.Threading.WaitHandle.WaitOne (System.Int64 timeout, System.Boolean exitContext) [0x00000] in <6649516e5b3542319fb262b421af0adb>:0
at System.Threading.WaitHandle.WaitOne (System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x00019] in <6649516e5b3542319fb262b421af0adb>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <6649516e5b3542319fb262b421af0adb>:0
at Duplicati.Library.Main.BackendManager+FileEntryItem.WaitForComplete () [0x00000] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.BackendManager+FileEntryItem.Duplicati.Library.Main.BackendManager.IDownloadWaitHandle.Wait (System.String& hash, System.Int64& size) [0x00000] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.BackendManager.GetWithInfo (System.String remotename, System.Int64& size, System.String& hash) [0x00045] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.RepairHandler.RunRepairRemote () [0x003da] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Operation.RepairHandler.Run (Duplicati.Library.Utility.IFilter filter) [0x0016e] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller+<>c__DisplayClass17_0.<Repair>b__0 (Duplicati.Library.Main.RepairResults result) [0x0001c] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555297329
1 Failed while executing "Repair" with id: 1 System.Threading.ThreadAbortException: Thread was being aborted.
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00239] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555297341
1 Error in worker System.Threading.ThreadAbortException: Thread was being aborted.
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0062b] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.Program+<>c.<RealMain>b__41_2 (Duplicati.Server.Runner+IRunnerData x) [0x00000] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Library.Utility.WorkerThread`1[Tx].Runner () [0x00191] in <621233224d6648a0a1cd0bb505473fc4>:0 1555297341
1 Failed while executing "CreateReport" with id: 1 System.Threading.ThreadAbortException: Thread was being aborted.
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_threads_state_poll()
at SharpCompress.Compressors.Deflate.DeflateManager.longest_match (System.Int32 cur_match) [0x000a7] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Compressors.Deflate.DeflateManager.DeflateSlow (SharpCompress.Compressors.Deflate.FlushType flush) [0x00111] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Compressors.Deflate.DeflateManager.Deflate (SharpCompress.Compressors.Deflate.FlushType flush) [0x0029c] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Compressors.Deflate.ZlibCodec.Deflate (SharpCompress.Compressors.Deflate.FlushType flush) [0x00013] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Compressors.Deflate.ZlibBaseStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x000b0] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Compressors.Deflate.DeflateStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00013] in <e590b95deffd47918abc01584b2527c9>:0
at SharpCompress.Writers.Zip.ZipWriter+ZipWritingStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0005c] in <e590b95deffd47918abc01584b2527c9>:0
at Duplicati.Library.Utility.Utility.CopyStream (System.IO.Stream source, System.IO.Stream target, System.Boolean tryRewindSource, System.Byte[] buf) [0x0002f] in <621233224d6648a0a1cd0bb505473fc4>:0
at Duplicati.Library.Utility.Utility.CopyStream (System.IO.Stream source, System.IO.Stream target) [0x00000] in <621233224d6648a0a1cd0bb505473fc4>:0
at Duplicati.Library.Main.Operation.CreateBugReportHandler.Run () [0x0018d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller+<>c__DisplayClass27_0.<CreateLogDatabase>b__0 (Duplicati.Library.Main.CreateLogDatabaseResults result) [0x00019] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, System.Action`1[T] method) [0x00002] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.CreateLogDatabase (System.String targetpath) [0x00023] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00427] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555297358
1 Failed while executing "Repair" with id: 1 System.Threading.ThreadAbortException: Thread was being aborted.
at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00239] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 1555297372
1 Error in worker System.Threading.ThreadAbortException: Thread was being aborted.
at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0062b] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.Program+<>c.<RealMain>b__41_2 (Duplicati.Server.Runner+IRunnerData x) [0x00000] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Library.Utility.WorkerThread`1[Tx].Runner () [0x00191] in <621233224d6648a0a1cd0bb505473fc4>:0 1555297373