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
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
The transaction log is already fully replicated but not the files, if I'm not mistaken (IPFS might do something for that automatically but I don't think so).
test whether we need to take care of this
have them look for new (validated ?) contributions and replicate those
IPFS doesn't by itself download things you don't ask it to. Thus, backing up content must be done a layer on top of IPFS, with ipfs-cluster, Filecoin, or similar protocols.
ipfs-cluster can be fund and used as a go package. The mentioned resources reside here
The text was updated successfully, but these errors were encountered:
The transaction log is already fully replicated but not the files, if I'm not mistaken (IPFS might do something for that automatically but I don't think so).
According to this issue :
ipfs-cluster can be fund and used as a go package. The mentioned resources reside here
The text was updated successfully, but these errors were encountered: