Possible to move a snapshot to another vault?

Hi

I want to move a snapshot (windows) from one repo to another repo (that is on another computer) with full history. Is this possible/?

I looked at this but I am not sure if that hits the spot also how that works given I can’t be connected to two repos at the same time?

Hi

U need to use kopia snapshot migrate instead of copy history or move history

1 Like

Something like

kopia repo connect filesystem --path /mnt/kopia/sourcerepo --config-file source.config
kopia snapshot migrate --all --source-config ~/.config/kopia/source.config


Thanks but how do I migrate a particular snapshot/folder to another one. Your lines make it like it will migrate the whole thing? I have multiple snapshots inside a Kopia repo and I want to only move one or two.

Bear in mind I want to move a snapshot to another existing Kopia repo not to a totally new fresh repo.

I do not think you can do it. It is all or nothing.

1 Like

It’s -all or --sources

1 Like

Thanks for the help guys, this is fine. I will read it as a fresh snapshot I guess.