TW

Results 2664 comments of TW

didn't happen recently, seems fixed.

Maybe there could be a quick hack until someone wants to do a bigger PR: https://tox.wiki/en/latest/config.html#pyproject-toml Something like tox has done there would already enable people to get rid of...

There are 2 ways to solve this: - set the usual env vars from nginx to pass through the outside IP address to the nsupdate.info python code. Guess this is...

I don't think I've ever used / needed that middleware.

Well, I am pretty sure it does read BORG_REPO. But, what we have here is like an argument parsing issue with the positional arguments: It expects at least REPOSITORY_OR_ARCHIVE and...

https://borgbackup.readthedocs.io/en/stable/usage/mount.html - guess we should have these examples there also.

Note: this issue (and the doc updates) do not apply to master branch (borg2): In borg2, the repo is given either by a `-r REPO` **option** or read from `BORG_REPO`...

Fixed in 1.2-maint and 1.4-maint. No fix needed for master.

borg 1.4 will have more detailed exit codes, so guess it might be possible to solve that already on the script level - see the latest beta/rc if you want...

The problem is that all was going well (no "file or directory not found") until borg tried to read the repo config contents, which failed with an IOError. IOError can...