MaxJa4

Results 67 comments of MaxJa4

Where does the compression take place? If it's in Python, I may be able to do some testing (resolution, quality settings, different libraries, ...) since I'm new to Vue etc....

Found it, thanks. Any other requirements, like does it have to be a PNG as output? JP(E)G's tend to be much smaller.

Ah ok. I just set up a experimental local project to test different settings and everything. For comparison I started with the exact method like in the api.py... it made...

I agree, a universal solution for the S3 API would be better here. ### B2 According to [this](https://www.backblaze.com/blog/b2-503-500-server-error/) (and [this](https://groups.google.com/g/s3ql/c/H1EGYyw6mWs)) it will send a 503 status code. The article also...

I did not experiment with it yet, since I wanted to wait for your input as you said (in the underlying issue) that you will have a look yourself too....

You were right, it had to be unpacked. It now looks like this when using the non existant 'invalid-bucket': `time="2022-07-22T16:00:44+02:00" level=error msg="Fatal error running backup: copyBackup: error uploading backup to...

No worries! It's non-functional so there is no hurry. Since it touches almost the entire application, it also helped getting to know the code for other contributions :)

Maybe having the helpers in a wrapper would be beneficial. One would only have to call helpers.prune() (as an example). Having a list of helpers could work too, just calling...

Just saw your comment in #94, didn't know you already implemented something like that on a different branch. I'll have a look, maybe it can be combined or extended :)

To do (@me): - [x] Add collection of storage backends and unify them in script.go (full transparency if possible) - [x] Polish/Cleanup - [x] Summarize changes here