Mega Cluster is a backup management system for mega.nz
$ npm install mega-cluster -g
- megatools (apt install megatools)
- rar (apt install rar)
- Running MongoDB (w/ Docker: docker run -d -p 27017:27017 mongo)
$ 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