All Projects → graphprotocol → ipfs-sync

graphprotocol / ipfs-sync

Licence: MIT license
Script to sync files from one IPFS node to another

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

ipfs-sync

Script to sync files from one IPFS node to another.

Install

npm install -g @graphprotocol/ipfs-sync

Usage

Transfer all files from one IPFS node to another:

ipfs-sync sync-files --from <URL> --to <URL> [--skip-existing]

Transfer only specific files from one IPFS node to another:

ipfs-sync sync-files --from <URL> --to <URL> --file-list <FILE> [--skip-existing]

In this case, <FILE> has to be a file with one IPFS hash per line for each file that should be synced from the --from node to the --to node.

Docker usage

The Docker image is graphprotocol/ipfs-sync.

docker run -it graphprotocol/ipfs-sync sync-files --from <URL> --to <URL> [--skip-existing]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].