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.

有帮助吗?

解决方案

The ZODB takes care of unused blobs by itself. Packing will remove blobs together with removed transactions as required.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top