warwickmm
warwickmm
> The experiment supports prior idea that the problem could be avoided by setting Deleting on not just the dblock files, but dindex > https://github.com/duplicati/duplicati/blob/45da5a4e2bb2a6ee964e7c6ceb19a0e3b8b7a550/Duplicati/Library/Main/Operation/CompactHandler.cs#L283-L299 I haven't been able to...
[AppImage](https://appimage.org/) is an interesting [alternative](https://github.com/AppImage/AppImageKit/wiki/Similar-projects#comparison).
I'm not sure I understand. You can easily have many different backup jobs that back up to different folders at the same destination. Just create a new folder in your...
You can [export](https://duplicati.readthedocs.io/en/latest/03-using-the-graphical-user-interface/#exporting-a-backup-job-configuration) a job configuration, copy and edit the json file, and then [import](https://duplicati.readthedocs.io/en/latest/03-using-the-graphical-user-interface/#creating-a-new-backup-job) as a new job. If you want to script this out, you can import a...
> This would be quicker than using the ui but, it would still lightly take some time. I can't imagine an approach that would be any faster/customizable than importing configurations...
Does importing the configuration from a file not provide what you want? In the UI, go to "Add backup" -> "Import from file". This will "seed" the configuration with the...
**Someone (with a Mac) needs to take over and fix this branch.** On my system (Linux with python 3.10), I am unable to install the rumps dependencies (specifically, `pyobjc-framework-Cocoa`). Our...
Am I interpreting this correctly? From these log entries ``` 2021-04-19 18:53:48 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Put - Completed: duplicati-ie0e9f8d244554866a36f83a6e23f16ce.dindex.zip (27.70 KB) 2021-04-19 18:53:48 -04 - [Profiling-Timer.Begin-Duplicati.Library.Main.Operation.Common.DatabaseCommon-CommitTransactionAsync]: Starting -...
> It logged VerifyConsistency at 18:53:44, so I'm guessing it died in the CommitTransactionAsync below: I agre. Based on the implementation of [Timer.Dispose](https://github.com/duplicati/duplicati/blob/beaf03562fdcf4425e962085bdf7175d6a465f49/Duplicati/Library/Logging/Timer.cs#L59-L66), I still suspect that the process was...
This last one again looks like the process was killed while during the transaction commit. Not sure what kind of mitigations can be done for that situation.