This commit is contained in:
2026-02-12 07:54:22 +01:00
parent 42cd021b9c
commit bd4aede24a
3 changed files with 96 additions and 22 deletions

View File

@@ -54,10 +54,10 @@ def main():
print(f" Found {len(db_hashes)} distinct hashes in DB.")
# --- Options ---
# PURGE_ORPHANS = True # uncomment to delete orphan blobs
PURGE_ORPHANS = False
# PURGE_ORPHANS = True # uncomment to delete orphan blobs
PURGE_ORPHANS = False
# --- Reconcile ---
# --- Reconcile ---
missing_on_disk = db_hashes - disk_hashes
orphans_on_disk = disk_hashes - db_hashes
matched = db_hashes & disk_hashes