0.1.0 • Published 8 years ago
mega-cluster v0.1.0
Mega Cluster
Mega Cluster is a backup management system for mega.nz
Installation
$ npm install mega-cluster -g
Requirements
- megatools (apt install megatools)
- rar (apt install rar)
- Running MongoDB (w/ Docker: docker run -d -p 27017:27017 mongo)
Usage
$ mega-cluster account <Email> <Password> # Adds a backup account
$ mega-cluster account -t sharing <Email> <Password> # Adds a sharing account
$ mega-cluster upload <File> # Uploads a file to a backup account
$ mega-cluster publish <FileHash> # Transfers the file from a backup to a sharing account
$ mega-cluster --help # Displays all available commands