We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running:
msync my-symlink.txt
where my-symlink.txt is:
my-symlink.txt
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
cp -L my-symlink.txt /tmp/not-a-symlink.txt
Is there any chance this could be added to makuosan?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running:
where
my-symlink.txt
is: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:Is there any chance this could be added to makuosan?
The text was updated successfully, but these errors were encountered: