1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-28 19:01:58 +00:00
borg/.github
Thomas Waldmann d30d5f4aec
Repository3 / RemoteRepository3: implement a borgstore based repository
Simplify the repository a lot:

No repository transactions, no log-like appending, no append-only, no segments,
just using a key/value store for the individual chunks.

No locking yet.

Also:

mypy: ignore missing import
there are no library stubs for borgstore yet, so mypy errors without that option.

pyproject.toml: install borgstore directly from github
There is no pypi release yet.

use pip install -e . rather than python setup.py develop
The latter is deprecated and had issues installing the "borgstore from github" dependency.
2024-08-23 23:55:09 +02:00
..
workflows Repository3 / RemoteRepository3: implement a borgstore based repository 2024-08-23 23:55:09 +02:00
FUNDING.yml add github sponsors 2024-07-26 23:51:36 +02:00
ISSUE_TEMPLATE.md spelling: github 2023-01-12 00:24:42 -05:00
PULL_REQUEST_TEMPLATE add a PR template pointing to guidelines 2016-12-03 18:34:34 +01:00