I have migrated a repository to an S3 Bucket on a different host PC.
I now want to refresh the snapshots but cannot because they have retained the original owner.
How can I change the ownership.
I have changed the maintenance Owner Ok.
Thanks. This worked OK.
I still have issues with the interaction between cmd line versus kopia-ui.
To reflect the ownership changes I had to disconnect the kopia-ui session , this then forces you to recreate the connection again. If you leave all configured sessions connected on the gui all OK but don’t disconnect.
I guess this relates the gui just creating multiple web sessions in the background. A tad frustrating.
I tried to go headless and ssh cmd line management but could never get multiple repositories connected.
Sheer frustration made me install desktop and use kopia-ui.
This is weird… I mostly use cmd and connecting to multiple repos works without any issues. Make sure you use --config-file
flag to specify unique config file name. Otherwise new connection will overwrite previous one.
Thanks for your help , I’m a GUI user normally , still learning cmd line approach.