The size of my repository is now 1.5 TB. Running kopia maintenance run --full --safety=none shows GC found 1162783 unused contents (1.2 TB) but it only further increases the repository size. The repository owner is set to the machine I ran the maintenance command on and automatic maintenance is on.
`> kopia maintenance run --full --safety=none
Found too many index blobs (13155), this may result in degraded performance.
Please ensure periodic repository maintenance is enabled or run ‘kopia maintenance’.
Running full maintenance…
Found too many index blobs (13155), this may result in degraded performance.
Please ensure periodic repository maintenance is enabled or run ‘kopia maintenance’.
GC found 1162783 unused contents (1.2 TB)
GC found 0 unused contents that are too recent to delete (0 B)
GC found 482065 in-use contents (276.4 GB)
GC found 13619 in-use system-contents (295.1 MB)
GC undeleted 0 contents (0 B)
Found too many index blobs (13191), this may result in degraded performance.
Please ensure periodic repository maintenance is enabled or run ‘kopia maintenance’.
Compacting an eligible uncompacted epoch…
Advancing epoch markers…
Attempting to compact a range of epoch indexes …
Cleaning up unneeded epoch markers…
Cleaning up old index blobs which have already been compacted…
Cleaned up 16 logs.
Finished full maintenance.`
kopia maintenance output:
Found too many index blobs (13354), this may result in degraded performance.
Please ensure periodic repository maintenance is enabled or run ‘kopia maintenance’.
Owner: root@g11
Quick Cycle:
scheduled: true
interval: 1h0m0s
next run: 2026-03-15 09:51:51 CET (in 26m58s)
Full Cycle:
scheduled: true
interval: 24h0m0s
next run: 2026-03-15 19:28:54 CET (in 10h4m1s)
Log Retention:
max count: 10000
max age of logs: 720h0m0s
max total size: 1.1 GB
Does anyone know how to fix this?