Kopia UI v0.10.7 / Windows10 - change snapshot path

Hello,
I am using Kopia UI now for a few days. Thanks to the developer - it seems to be a great software.

Is there are possibility to change the snapshot path, if you already completed a snapshot? I could not find an option in policies or by clicking on the path.
If I delete the snapshot-path kopia does not seem to recognise, that the path does not exist any more when I press snapshot.

Thanks.

Are you looking to do a one-off migration to a new repository? If so, have a look at sync-to.

Hello Matt,
thanks for your reply.
No, the repository did not change, but I wanted to change the snapshot-path. Maybe I am doing something wrong or misunderstanding underlying concepts.
In my repository I defined several different snapshot-paths. Now I moved a source for a snapshot to another destination. But I can not change the snapshot-path in my snapshot list of my repository. It seems to work by defining a new snapshot with new source path. Is this the way it must/should be? Thanks.

You can use CLI to do:

$ kopia snapshot move-history user1@host1:/old-path user2@host2:/new-path

to change your snapshot path. User{1,2} and host{1,2} can be the same.