COPYFILE_DISABLE=1: macOS xattr-Warnungen bei tar unterdrücken

This commit is contained in:
rene 2026-04-12 16:55:50 +02:00
parent 3547715555
commit 569816d9a4
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ ok "Verzeichnisse angelegt"
echo ""
echo "→ Dateien übertragen (tar+ssh)..."
cd "${ROOT}" && tar czf - \
cd "${ROOT}" && COPYFILE_DISABLE=1 tar czf - \
--exclude='.git' \
--exclude='./data' \
--exclude='./backend/venv' \