z230
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user