0.5.1 • Published 10 years ago

b2d-sync v0.5.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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"}
0.5.1

10 years ago

0.5.0

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago