Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borgstore: a key/value store in python - maybe for borg2? #8327

Closed
ThomasWaldmann opened this issue Aug 8, 2024 · 2 comments
Closed

borgstore: a key/value store in python - maybe for borg2? #8327

ThomasWaldmann opened this issue Aug 8, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Aug 8, 2024

This is mostly for developers and people interested in bleeding edge stuff.

I currently work on an experimental branch to make borg2 work with this:

https://github.com/borgbackup/borgstore

That's a very simple and clean implementation of a key/value store and currently supports file: and sftp: storage. It's simple enough so that it can be easily extended with other backends, like e.g. for http: (talking to a not-yet-existing borg http service) or s3: or ....

So, if you are curious, have a look and give feedback on the issue tracker there.

@ThomasWaldmann
Copy link
Member Author

See also #8332 for borgbackup using borgstore.

@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b10 milestone Aug 31, 2024
@ThomasWaldmann
Copy link
Member Author

Merged #8332 into master. \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant