Interested in your questions, but I’d to also add:
Can I add a tag to an existing snapshot? I noticed that I can ‘pin’ a snapshot (so it doesn’t get removed by a retention policy), but I’d love to be able to label/tag it so I can remember why I pinned it in the future.
For anyone coming across this, it turns out you can ‘tag’ a snapshot, instead you ‘pin’ it. This stops it being deleted by a retention policy and lets you add a name. Like so: kopia snapshot pin <snapshot ID> --add=nameyouwant
These don’t yet show up in the UI, but hopefully down the track that will be possible.
Is it possible to have snapshot names at the level where snapshot definitions are listed, and not only at the level where individual snapshots are listed?
So if you have some project and need different kinds of snapshots, all starting at the same root, you could differentiate between them by name and optional description for further detail. Sample snapshot names, all starting at /home/fred/BIG_PROJECT:
Source code
CI/CD logs
Object code
Documentation
My use case is that I need to have various snapshot definitions with different in/exclude and retention rules, all of which are applied from the same directory, so I have no easy way of differentiating between them at the level of the table which gets displayed when you click on the Snapshots tab in the main UI.