I am new to Kopia and trying to understand the compression feature.
I created a snapshot of a folder with default settings then changed the policy to use compression. Took the snapshot again but I don’t see any difference in the size.
When you snapshot a folder again, it will be a no-op since none of the files has actually changed so Kopia will simply assume that previously uploaded files/objects are still good.
To test this, make 2 identical directories, enable compression on one of them and snapshot both.
Honestly, probably better to just enable compression beforehand and look at the size of the repository (kopia content stats) after creating a snapshot.
I created new repository and new snapshot of same folder with compression enabled. The content status shows total 2.3 GB vs 3.6 GB without compression.
Thanks for letting me know about the “kopia content status” command. I don’t see it when I use “kopia --help” though. is there a document somewhere with all the available cli commands?