-
-
Notifications
You must be signed in to change notification settings - Fork 5
Verify
rhoopr edited this page May 18, 2026
·
3 revisions
Check that downloaded files still exist on disk and optionally verify their content.
kei verify
kei verify --checksums| Flag | Description |
|---|---|
--checksums |
Compute and compare SHA-256 hashes for each file. Catches silent corruption but takes longer on large libraries. |
Without --checksums, verify reads the state database and checks that each file marked as downloaded exists at its local_path. Missing files are reported.
With --checksums, it also computes the SHA-256 of each file and compares it against the hash stored at download time. This catches files that exist but have been modified or corrupted since download.