TW
TW
I agree it would be useful to optimize such a case (and still making sure everything is correct in the end), but that's not implemented yet. IIRC, there is a...
What you can try is `borg mount` and rsync from the mount to the target dir. Not sure if it is really faster, guess it depends... But be aware that...
@xwst Yes, guess that was the one.
Do you use a repo via ssh? If so, please give both borg versions, the client and the server (repo-side). Also, if you run borg check, please do a full...
Hmm, why did you do tag -> name and not tag -> id? - archive name can be renamed, id stays same (usually) - but: recreate changes an archive, creating...
Likely a duplicate of #6786.
There has been another attempt to fix this, please test the code from PR #6935 #6936 #6940. See also the issue in the python issue tracker: https://github.com/python/cpython/issues/95658
- borg 1.0.9 is very old, current version is 1.1.18 (oldstable) or 1.2.1 (stable) - the repository manifest (== directory of archives) is usually always present, so it not being...
Tried borg with current pypy3.5 v5.9: - borg seems to work (tried some basic commands shortly) - tests have quite some issues: integrity errors, crashing test workers with pytest-xdist, slow...
did a quick test with pypy3.5-6.0.0 (installed on stretch64 vagrant VM via pyenv): - llfuse does not build - without fuse, borg builds and tests run, but quite some test...