I am trying to learn if IPFS could be used to publicly store text files that should never be deleted
Asked
Active
Viewed 96 times
0
-
once you create file and publish it to other peers. if it will be accessed by others then it want't be able to remove it from ipfs. means if you remove file then it can be accessible from other peer nodes. – Akash senta Apr 01 '21 at 14:48
1 Answers
1
As long as your node, or another node has the data pinned*, it will never be deleted. However if no nodes have the data pinned*, ultimately the data will be purged by regular garbage collection.
*Data referenced in MFS is also retained.

Discordian
- 749
- 3
- 16