0

I'm using both option --strip-blobs-bigger-than 1M --delete-files '*.{jpg,png}' together with bfg.jar tool. But some smaller as 1M files were deleted. Aren't these options working together ?

Gr eek
  • 9
  • 2

1 Answers1

0

These options do not constrain each other- they are additive in terms of the destruction they cause.

You probably just need the first option, --strip-blobs-bigger-than 1M , to get the size savings you need. There is no option to constrain that to only working on files that are *.{jpg,png}

Roberto Tyley
  • 24,513
  • 11
  • 72
  • 101