archives
archives copied to clipboard
Story: Update, Rename or Delete Contents of an IPFS Pack
Story
Given
I have modified some of the files & directories in an IPFS, I want to update the pack's manifest to reflect those changes.
Then
... See #131 Create or Update a Local Pack Object Repository and #96 Create or Update a PackManifest file
Does IPFS automatically notice that the file moved? Is it monitoring the directories?
No
How can Andrew tell ipfs "I've moved this file to a new location. Update your index."
You simply readd the same file.
To add further clarification the filestore as I implemented it does not monitor the directory. Rather it will notice the file is not available or changed when it is retrieved and report some sort of error than.