storj-backup

1.0.1 • Public • Published

storj-backup

This is a package that makes backing up directories to storj simple.

Installation

npm install storj-backup -g

Run

Run with node ./bin/storj_backup.js -n ./config.json

Configuration

To configure the backup, you need to pass the binary a JSON configuration file. There is a sample configuration file supplied in the package (config.sample.json). The file should have the following format:

{ "files": { "paths": ["/path/to/directory"] }, "storj": { "email": "", "password": "", "bucket": "bucket-id", "keypass" = "keypass", "concurrency" = 6 }, }

Readme

Keywords

Package Sidebar

Install

npm i storj-backup

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • janhajk