You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can actually do even better and just ignore any files whose paths are tracked by the filestore (as changing those files will break everything anyways). The tricky part is the interaction with the add command itself.
Version information:
Type:
Feature
Description:
When running
ipfs add --recursive --nocopy ./huge-dir
ipfs rehashes all files, even the ones already added.This process could be faster with an option to skip already added files unless their mtime or size changed in the underlying filesystem.
Some mtime discussion already happened in #875
The text was updated successfully, but these errors were encountered: