TW

Results 2664 comments of TW

Please checkout the 1.2-maint branch, it looks like you worked on master.

About usage of local branches, I just merged a PR into the master docs - that part also applies to 1.2-maint or 1.4-maint: https://borgbackup.readthedocs.io/en/master/development.html And yes, you just run the...

Yes. They usually pass on github actions.

`git log` top entry please.

I can't reproduce your issue, this is the result of my tox run (on macOS, there is only fuse2 support, no fuse3): ``` py38-none: OK (450.07=setup[47.48]+cmd[402.59] seconds) py38-fuse2: OK (413.88=setup[22.54]+cmd[391.34]...

Fixed it for 1.4-maint, see #8051.

borg intentionally does not try to predict the future (like telling how long something will take). if you ever worked with tools doing that, you might know that it's often...

MemoryError means that borg (Python) ran out of memory (RAM). You can either add RAM or swap (in the latter case it will be very slow). Also, you could temporarily...

Can you post the output of `borg check -v --repair ...`, please?

BTW, I can't explain how Ctrl-C would ever lead to that state (a missing, but referenced segment file) in a repository. So there might be some unidentified additional problem: "why...