Bhl2maintenancezip Better 🔥

If you are searching for a "better" way, you have likely encountered one or more of these common issues:

Example with zstd (faster than zip, often better ratio): bhl2maintenancezip better

tar cf - /path/to/bhl/data | zstd -T0 -o bhl_maintenance.tar.zst
zip -s 1g -r bhl_maintenance_split.zip /bhl/data
bhl2maintenancezip better \
  --mode delta \                 # full, delta, dry-run
  --since 2025-04-01 \           # only changes after date
  --include-metadata \           # always include latest metadata
  --verify \                     # run validation
  --output ./maintenance_zip/