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

borg importer #25

Open
ThomasWaldmann opened this issue Dec 5, 2017 · 3 comments
Open

borg importer #25

ThomasWaldmann opened this issue Dec 5, 2017 · 3 comments
Labels

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Dec 5, 2017

a borg -> borg importer could be used to change stuff that can only be given at repository creation time (borg1: borg init, borg2: borg rcreate), e.g. --encryption mode.

@ThomasWaldmann ThomasWaldmann changed the title borg (attic) importer borg importer Nov 5, 2022
@ThomasWaldmann
Copy link
Member Author

to access the data contained in the existing borg archives, there are 2 options:

  • borg extract (might need a lot of space, but should support all metadata on a suitable fs)
  • borg mount (does not support all metadata, requires FUSE support)

@nain-F49FF806
Copy link

nain-F49FF806 commented Apr 1, 2023

Would borg export-tar | borg2 import-tar method work for this?

As also presented here https://borgbackup.readthedocs.io/en/master/usage/tar.html#archives-transfer-script

Should take less space than borg extract (?) and provide more metadata than borg-mount.
Time required may be high. But for one time transfer, could be considered okay.

@ThomasWaldmann
Copy link
Member Author

export/import-tar does not support all metadata.

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

2 participants