-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
interrupted borg compact / compact_segments #6899
Comments
compaction copies valid entries from old source segment files to new target segment files, skipping over the logically deleted stuff. i had a look at the code and at the end of the compaction the index files are only written at the very end of the whole process, guess this needs some review whether that is ok. |
for cases when an alternative approach is to avoid mass-deletion of archives and only delete/prune a few archives, then borg compact, then delete next few, etc. in general, users are advised to run |
Discussed in #6283
Originally posted by sophie-h February 11, 2022
Will borg compact in borg 1.2 be able to continue where it was left off?
I'm currently trying to prune hundreds of archives but there does not seem to be an easy way to complete this.
The text was updated successfully, but these errors were encountered: