Let’s say I connect to a repository then these files get created in ~/.config/kopia
repository.config
repository.config.kopia-password
repository.config.update-info.json
Assume I run a kopia snapshot create..
which takes some time.
Now in a different terminal I want to connect to another kopia repository.
I assume that then above repository.config...
files get overwritten.
If my assumption is true then I am wondering if this can cause problems?
(I should add that out of being cautious I use --config-file
when running kopia in a script)