Skip to content

prune attempted 22hrs rewrite, errored on "No space left on device" (checks for prevention, pruning strategy with less repack, salvaging the repo) #947

Discussion options

You must be logged in to vote

For the archive:

The solution was to drop the index during instant-delete prune with zero allowed repack, just to then recreate the index at the end of the prune operation.

In other words:

rustic prune --max-repack 0 --instant-delete --early-delete-index

(With --early-delete-index being available in rustic-core since rustic-rs/rustic_core#63.)

After the initial few Gigabytes had been cleared, repacking in larger and larger chunks, by repeating with increasing --max-repack from 10G to 100G and more (without --early-delete-index).

Replies: 6 comments 14 replies

Comment options

You must be logged in to vote
2 replies
@LeoniePhiline
Comment options

@aawsome
Comment options

Comment options

You must be logged in to vote
2 replies
@LeoniePhiline
Comment options

@aawsome
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LeoniePhiline
Comment options

Comment options

You must be logged in to vote
9 replies
@aawsome
Comment options

@LeoniePhiline
Comment options

@aawsome
Comment options

@LeoniePhiline
Comment options

Answer selected by LeoniePhiline
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Improvements or additions to documentation C-question Category: Further information is requested
3 participants