JsBergbau

Results 245 comments of JsBergbau
trafficstars

Even when building the dict by accessing each element of the dataclass like `dict(id=test.i, value=test.value, second=test.second)` and then dumping to JSON is in my tests about twice faster than using...

During debugging connection lasted now a bit longer. Relevant lines of client Client: ``` [dbg]: Received ack-series starting at seq 301 [dbg]: Dup packet for 248 ? [dbg]: Received ack-series...

@lnslbrty Do you need further information to find out whats going wrong here?

ptunnelServer ``` #!/bin/bash while true do sudo ./ptunnel-ng sleep 1s done ``` ptunnelClient ``` sudo BIND_INTERFACE=wlan0 LD_PRELOAD=./bindToInterface.so ./ptunnel-ng -p -l2222 ``` I have two internet connections. wlan1 is a hotspot...

Tried without preloading and by that using the fully connective internet connection. With that I also have frequent disconnectins. Without -v4 log ``` [inf]: Dropping tunnel 1192 to 127.0.0.1:22 due...

Here without preloading via other, fully connective, internet connection ``` [14:17:34] $ sudo ./ptunnel-ng -p -l2222 -v4 [inf]: Starting ptunnel-ng 1.42. E-Mail Adresses removed [inf]: Relaying packets from incoming TCP...

Instead of AWS I've tried now another Server from from https://www.prepaid-hoster.de/prepaid-hoster-test-server.html With that server it barely works. Before SSH Reverse tunnel can be established connection has already dropped with this...

Thanks, I've fixed `restic-server`. What you write perfectly makes sense. That's the only current possible way. This feature request is to make it easier to use rest-server as second backup...

Your solution doing backup twice with two different locations would be the best solution. Especially should there some corruptions on local backend. Because restic never modifies, only creates and deletes,...

This issue is now open for more than a week. I would very appreciate if there is an answer from official developers since this is from my side of view...