Skip to content

Restarting an interrupted large borg extract #6654

Answered by ThomasWaldmann
dokbua asked this question in Q&A
Discussion options

You must be logged in to vote

borg extract has only minimal support for restoring into a non-empty directory (like e.g. if a path it wants to extract already exists, it would delete the current file first to get it out of the way and then extract from the archive). do not expect anything more complex than that.

if you have a rather unstable connection so that an interruption is likely, you might be better off with borg mount and rsync, just be aware that borg mount (the FUSE fs) does not support all metadata as borg extract does, esp. no ACLs, no (bsd)flags, no xattrs(?).

an alternative might be doing multiple well-defined and distinct partial extracts (see borg extract docs), like e.g. extracting /home/user1 first, t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dokbua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants