Questions about moving and merging individual snapshots #113
Replies: 2 comments 1 reply
-
|
+1 but also to add this is difficult in the similar tool restic. The user either has to start an new dest repo from scratch, copying "chunker params" from the source repo or restore the snapshot somewhere and then back it up again to the destination repo. That is to say a feature like this could be difficult to add if not considered early in the repo design (I assume). For more on this: |
Beta Was this translation helpful? Give feedback.
-
|
@gyurmogyuri Thanks for posting your question. You could, of course, do a complete restore of a singe snapshot and do a backup of this very restore to a different machine. But I really have a hard time to understand why you would like to-do this? What would be the objective of "migrating" and why would you like to "merging" a snapshot from one machine with another repository? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I’m glad I found this project! It looks really interesting, and I’m currently exploring its features.
I have a specific use case I'd like to ask about: is it possible to migrate a single backup snapshot to another machine, rather than moving the entire repository? Additionally, would it be possible to merge a snapshot from a third location back into this setup?
How would you recommend doing this? I'd appreciate any advice or suggested workflows you might have.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions