carp-streamer

0.10.2 • Public • Published

carp-streamer

npm version Known Vulnerabilities CodeFactor Codacy Badge codecov

carp-streamer is backup tool for files on local computer using Box Platform API.

Installation

npm install -g carp-streamer

Configuration

Set an Application Config File

export BOX_APP_CONFIG=~/Downloads/211349463_aagtkjaz_config.json

Usage

Execute the command with the following arguments.

  • Source: directory path of local computer
  • Sink: Folder ID of Box

If you want to backup the desktop folder of the local computer to the root folder of Box, execute as follows.

carp-streamer ~/Desktop 0

There is also a --dry-run option.

carp-streamer --dry-run ~/Desktop 0

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/naokikimura/carp-streamer.

/carp-streamer/

    Package Sidebar

    Install

    npm i carp-streamer

    Weekly Downloads

    0

    Version

    0.10.2

    License

    MIT

    Unpacked Size

    158 kB

    Total Files

    31

    Last publish

    Collaborators

    • naokikimura