-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ipfs get --nocopy #6687
Comments
Wouldn't |
@foxcpp how i can use this file?
where is file name for use it not in ipfs? and second: "ipfs add" can use --chunker and hash will be not same, when i download this file! |
@foxcpp |
For a get from filestore in the case of files sharing identical blocks, FICLONERANGE (Linux) or FSCTL_DUPLICATE_EXTENTS_TO_FILE (Windows) should be used to reduce the amount of disk traffic. This does sound like a separate request though. |
This looks like a duplicate of #3981, if it's not feel free to reopen. |
ipfs get --nocopy
This will replace:
With that option file will be fetched and it raw leaves will be sored in filestore as links to parts of file that will be writen by get.
This commad must use split by block sizes to produce same CID as in original link.
The text was updated successfully, but these errors were encountered: