0.1.0 • Published 7 years ago

mega-cluster v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Mega Cluster

NPM Version Node Version License

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