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

borg2: give complete levels / namespaces configuration to borgstore #8432

Open
ThomasWaldmann opened this issue Sep 28, 2024 · 1 comment
Open
Assignees
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Sep 28, 2024

This is blocked and moved to borgstore 0.1.0 milestone due to borgbackup not yet doing this (as of b11), but relies on the levels == [0] default:

borgbackup/borgstore#67

So, for borg b12:

  • fix this issue in borg
  • release borgstore 0.1.0
  • require borgstore ~0.1.0 in borg

When borgstore starts using this to pre-create namespace directories:

  • repository creation will get slower then, because it will pre-create a lot of nesting directories
  • archive creation will get faster on some backends due to them not having to do backend.mkdir calls anymore.
@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b12 milestone Sep 28, 2024
@ThomasWaldmann ThomasWaldmann self-assigned this Sep 28, 2024
ThomasWaldmann added a commit that referenced this issue Sep 28, 2024
give borgstore.Store a complete levels configuration, fixes #8432
@ThomasWaldmann
Copy link
Member Author

ThomasWaldmann commented Sep 28, 2024

Issue is fixed in borg 2.0.0b12, but keeping it open for the rest of the TODO.

@ThomasWaldmann ThomasWaldmann modified the milestones: 2.0.0b12, 2.0.0b13 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant