andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
691 stars 169 forks source link

Tar-Creation on mac adds ._*-Files #367

Closed wlwwt closed 7 years ago

wlwwt commented 7 years ago

Hi there,

I am having problems with using magallanes on macosx. Within the task "Running [Deploy] Preparing Tar file ..." a tar file is created in the systems temp dir.

On mac this task adds a lot of ._* files to the archive which then spams the server.

Here are more infos on these files: http://apple.stackexchange.com/questions/14980/why-are-dot-underscore-files-created-and-how-can-i-avoid-them

andres-montanez commented 7 years ago

Hi @wlwwt can you try add "._*" to the excludes files? According to your link, this is a behaviour only to OSX.

Regards.

wlwwt commented 7 years ago

This solves the issue. Thanks for the hint.