mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
d30d5f4aec
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. |
||
---|---|---|
.. | ||
black.yaml | ||
ci.yml | ||
codeql-analysis.yml |