Cleanup unused blobs in filestorage in Plone
问题 Is there a way to find and remove unused blob storage space in a Plone site? I'm looking for something like bin/zeopack , but that detects unused blobs in the blobstorage directory. 回答1: The ZODB takes care of unused blobs by itself. Packing will remove blobs together with removed transactions as required. 来源: https://stackoverflow.com/questions/13938983/cleanup-unused-blobs-in-filestorage-in-plone