Skip to content

Script to sync files from one IPFS node to another

License

Notifications You must be signed in to change notification settings

ProjectTwelve/ipfs-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipfs-sync

Script to sync files from one IPFS node to another.

Install

git clone https://github.com/ProjectTwelve/ipfs-sync.git

Usage

Transfer all files from one IPFS node to another:

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

Note: It support http basic auth in URL

Transfer only specific files from one IPFS node to another:

./bin/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.

About

Script to sync files from one IPFS node to another

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.1%
  • Dockerfile 5.9%