fix: zstd -f setzen, damit wiederholte Golden-Image-Baeulaeufe die vorherige Ausgabedatei ueberschreiben
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
fec208be5f
commit
d35f1d257e
@ -161,6 +161,6 @@ MOUNTED=()
|
||||
|
||||
echo "==> Packe als ${OUTPUT_FILE}"
|
||||
tar --numeric-owner --xattrs -C "${WORK_DIR}" -cf - . |
|
||||
zstd -T0 -19 -o "${OUTPUT_FILE}"
|
||||
zstd -f -T0 -19 -o "${OUTPUT_FILE}"
|
||||
|
||||
echo "==> Fertig: ${OUTPUT_FILE} ($(du -h "${OUTPUT_FILE}" | cut -f1))"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user