Kopia ui -- diff

Would be nice in kopiaUI if you could select two snapshots, hit a button to diff, and get a ui-output, maybe color coded, of what was added, deleted, or modified.

extract snapshots into two different directories 001 and 002 and run

diff -qr 001/ 002/

Well I know I can compare two extracted directories but I don’t really have the space or inclination to do that. Especially not if I want to quickly diff a few snaps.

Kopia cli has a diff command where you can

kopia diff hash1 hash2

And get a text echo of what has changed. You can copy the hashes from that very screen.

However with regard to a kopiaui feature, I just think it makes sense to be able to get that same output having selected two snaps.