Gaibhne

Results 88 comments of Gaibhne

The main selling point of restic is deduplication, which doesn't really do much if I use different repos for different machines, but from what I understand, backing up doesn't require...

Sorry, using no proxy and no certificates should be involved in `http` requests.

``` [me@pc ~]$ glab auth login --hostname 1.2.3.4:10080 - Logging into 1.2.3.4:10080 Tip: you can generate a Personal Access Token here https://1.2.3.4:10080/-/profile/personal_access_tokens The minimum required scopes are 'api' and 'write_repository'....

Also doesn't work. Same problem: ``` [me@pc ~]$ glab config set -h 1.2.3.4:10080 api_protocol http [me@pc ~]$ glab auth login --hostname 1.2.3.4:10080 - Logging into 1.2.3.4:10080 Tip: you can generate...

That worked, but it doesn't seem to detect an auth added like that when I try to use it from a repository, possibly also due to the non-standard (but standard...

Right, ssh typically serves on port 22, and http/s on port 80; with custom GitLabs, that is typically 10000+port, so 10022 and 10080. Adjusting my config as per your post...

If there is anything I can do to help, let me know, though the problem seems pretty straight forward.

Like I said, if there is anything I can do to help, please let me know.

This issue is much worse: any string ending in a \ will trigger it. Even a simple `"INSERT INTO folders (path) VALUES ('c:\\')"` will cause it, making it, as far...

Our particular use case is importing SQL files, which may contain any valid SQL, so this issue does affect us.