rawtaz

Results 256 comments of rawtaz

Is this issue specific to Linux? I'm wondering how many systems have the issue but don't have `findmnt`.

> You can check for ErrDot error right after exec.Command ~~Thank you, I've changed that to your suggestion!~~ EDIT: Had to revert to the old place of checking this after...

Thanks for the report! Can you please try setting the environment variable `GODEBUG=execerrdot=0` in the context/shell where you run restic, to see if that then makes restic successfully run rclone?...

I take it you meant to write "**Now** restic/rclone is doing the job"? Well, the workarounds at this point are to either run it with that environment variable (`GODEBUG=execerrdot=0`) or...

Actually, there is one other way to deal with it: In your restic command, simply add `-o rclone.program='./rclone'` (add `.exe` or similar if your rclone binary isn't named just `rclone`).

Because the error message (which comes from Go, not restic) is pretty darn unclear and confusing to users, to the extent that they/you had to open an issue asking about...

Seriously, is this worth the work? I mean, anyone wanting to consume the JSON output from whatever command can simply run it and see what the actual output and JSON...

Is the error message `mysqldump: Error 2013: Lost connection to server during query when dumping table `ADM_UTI` at row: 4932` always appearing with restic 0.14? Can you try dumping the...

I don't suppose you could provide the example .sql file? I tried the stdin feature locally with just a simple cat and it worked fine, so it would be great...

@bertbesser This PR should be considered work in progress. No decision has been made about whether this should be merged or not, the PR is not yet marked as done...