Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to hard link not available with cp on OSX #12

Open
kdambekalns opened this issue Mar 2, 2017 · 1 comment
Open

Option to hard link not available with cp on OSX #12

kdambekalns opened this issue Mar 2, 2017 · 1 comment

Comments

@kdambekalns
Copy link

The -l option used in https://github.com/sitegeist/Sitegeist.MagicWand/blob/master/Classes/Sitegeist/MagicWand/Command/StashCommandController.php#L310 is not available in OSX. No replacement exists:

Note that cp copies hard-linked files as separate files. If you need to preserve hard links, consider using tar(1), cpio(1), or pax(1) instead.

@2case
Copy link

2case commented Jul 10, 2017

Run into the same problem. Homebrew could be a workaround if you install the gnu coreutils (brew install coreutils)

Noted MagicWand after a cool workshop with Martin about Atomic.Fusion :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants