What is this project? #2
b7011343
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project aims to solve the problem of backing up data, using IPFS to assure you it can always be recovered. While this project is currently in its infancy, I hope that it can become an open source tool to make backing up data easy and extremely low cost.
When installed globally, the package can be used to host an FTP server (ideally on something such as a raspberry pi), which can be added to any computer as a network drive, and configured so that any data that needs to be backed up is synced to the drive. When the server receives the data it will be compressed and encrypted, before being uploaded to IPFS. The package will include a tool which can be used to recover the data based on the content hash that is provided to you when you run the CLI tool for the first time.
If you would like to contribute, please refer to the single project within this repos projects board 😊
Beta Was this translation helpful? Give feedback.
All reactions