Skip to content

check ZIP integrity and delete OS files

Weymeirsch, Jan requested to merge weymeirsch-main-patch-48232 into main

Adds following flags to zip command:

  • -r: recursive
  • -T: test zip integrity
  • -m: move (instead of copy) from filesystem to zip-file
  • -9: higher compression
  • -1: faster compression (main goal is to have a single file, size is secondary)
  • -X: exclude extra file attributes
Edited by Weymeirsch, Jan

Merge request reports