COPYFILE_DISABLE=1: macOS xattr-Warnungen bei tar unterdrücken
This commit is contained in:
parent
3547715555
commit
569816d9a4
2 changed files with 3 additions and 3 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue