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

msync a symlink transfers the symlink and ends in timeout #2

Open
unode opened this issue Nov 29, 2017 · 0 comments
Open

msync a symlink transfers the symlink and ends in timeout #2

unode opened this issue Nov 29, 2017 · 0 comments

Comments

@unode
Copy link

unode commented Nov 29, 2017

When running:

msync my-symlink.txt

where my-symlink.txt is:

my-symlink.txt -> /some/location/large-file.txt

makuosan tries to transfer the symlink itself which succeeds (a symlink is created) but makuosan reports a "Timeout" error/warning.

I couldn't find an option tell msync to dereference the link.
Unix cp uses -L such as in:

cp -L my-symlink.txt /tmp/not-a-symlink.txt

Is there any chance this could be added to makuosan?

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

No branches or pull requests

1 participant