Skip to content

Commit

Permalink
#85 exclude from ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 2, 2023
1 parent 5ff7e75 commit 59b8e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zip=cam-$(date +%Y-%m-%d).zip

echo "Archiving the data into ${zip} (may take some time) ..."

zip -qq -r "${zip}" "${TARGET}"
zip -qq -x "${TARGET}/jpeek/*" -x "${TARGET}/temp/*" -x "${TARGET}/measurements/*" -r "${zip}" "${TARGET}"
mv "${zip}" "${TARGET}"

echo "ZIP archive ${zip} ($(du -k "${TARGET}/${zip}" | cut -f1) Kb) created at ${TARGET}$("${LOCAL}/help/tdiff.sh" "${start}")"

0 comments on commit 59b8e89

Please sign in to comment.