Jan

Results 25 comments of Jan

This can be fixed pretty easily in a future release, because the error is also sent as JSON data (visible in the screenshot). @idanlah What is your use case? If...

I can reproduce this in the latest version. The error luckily does not break database recreate, it seems that will choose one of the volumes containing the block. The other...

The reason why test does not always complain about extra blocks is that the extra blocks are in the `DeletedBlock` table. Both `Block` and `DeletedBlock` are combined for the expected...

> I did have another test case partly written. Not sure it's needed. I would love to have more test cases, also to catch old bugs that might reappear. The...

The issues I found with `--force-locale` not working: - The option is never used for the `help` command - The current implementation in the other operations that _do_ use the...

The difference between the advanced options on step 2 and step 5 is that step 2 encodes them in the target URI. I can reproduce this bug only for file...

That is a matter of prioritization by @kenkendk. Right now there is a focus on the .NET update, and some webserver changes as well that would need to be included...

I guess for password protected backups you could also request to enter the backup password instead, or confirm the server password (that can be bypassed by logging in from the...

Thanks for your feedback @citygabor. > Till now I have not discovered yet the pause or abort button or a stop button for a running backup job. Is it possible?...

Thanks to the reproduction steps, I was able to analyze the cause of the error: What happens in Recreate: 1. Add all files to the Remotevolume table as Uploaded 2....