kopia content stats --config-file=.config/kopia/k1.conf
Count: 100431
Total Bytes: 123.6 GB
Average: 1.2 MB
Histogram:
0 between 0 B and 10 B (total 0 B)
226 between 10 B and 100 B (total 14.4 KB)
1719 between 100 B and 1 KB (total 812.8 KB)
1623 between 1 KB and 10 KB (total 7.6 MB)
3739 between 10 KB and 100 KB (total 204.2 MB)
48927 between 100 KB and 1 MB (total 27.5 GB)
44197 between 1 MB and 10 MB (total 96 GB)
0 between 10 MB and 100 MB (total 0 B)
Repo v2
kopia content stats
Count: 100470
Total Bytes: 244.6 GB
Average: 2.4 MB
Histogram:
0 between 0 B and 10 B (total 0 B)
206 between 10 B and 100 B (total 12.9 KB)
1226 between 100 B and 1 KB (total 585.6 KB)
1037 between 1 KB and 10 KB (total 3.7 MB)
782 between 10 KB and 100 KB (total 23.3 MB)
240 between 100 KB and 1 MB (total 94.5 MB)
96979 between 1 MB and 10 MB (total 244.5 GB)
0 between 10 MB and 100 MB (total 0 B)
Count: 401633
Total Bytes: 697.4 GB
Total Packed: 568.9 GB (compression 18.4%)
By Method:
(uncompressed) count: 160283 size: 147.9 GB
pgzip-best-speed count: 241350 size: 549.5 GB packed: 421 GB compression: 23.4%
Average: 1.7 MB
Histogram:
0 between 0 B and 10 B (total 0 B)
6654 between 10 B and 100 B (total 472.7 KB)
107324 between 100 B and 1 KB (total 47.4 MB)
63772 between 1 KB and 10 KB (total 188.2 MB)
14666 between 10 KB and 100 KB (total 559.2 MB)
43786 between 100 KB and 1 MB (total 24 GB)
165431 between 1 MB and 10 MB (total 544 GB)
0 between 10 MB and 100 MB (total 0 B)
I have another repository in windows with s2-parallel-8 compression and is see the output like yours in content stats.
But this repository v2 is on windows and it a fresh repositorykopia snap create ...... no migration.
The Repov2 outputs I have posted here was created this way
kopia policy set --global --compression=s2-parallel-8
for extensions in gns3project 7z rar zip bzip2 gz xz squashfs
do
kopia policy set --global --add-never-compress=$extensions
done
kopia snapshot migrate --policies --all --source-config=.config/kopia/kv1.config
If i am not wrong it appears that there is no compression happening in snapshot migrate atleat for a destination repo which has no snapshots at all…
Wondering if i should recreate my v2 repository again check…