b2d-sync

0.5.1 • Public • Published

b2d-sync

This will keep a given folder in sync with a folder inside boot2docker VM. Per default the current folder will be synced to boot2docker VM (see configuration).

install:

npm install -g b2d-sync

usage:

cd <working dir>
bdsync

configuration:

The following config options can be set either as environment variable, as command line argument or in the config file bdsync.json:

targetPath: Path in the boot2docker VM (will be automatically created)
ignoreFile: File from which rsync ignores should be taken (per default .gitignore)

Example for command line:

bdsync --targetPath=/mnt/test

Example for config file bdsync.json:

{"targetPath" : "/mnt/test"}

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i b2d-sync

    Weekly Downloads

    1

    Version

    0.5.1

    License

    MIT

    Last publish

    Collaborators

    • jkingyens