0.0.3 • Published 12 years ago
nsync v0.0.3
nsync
nsync is a commandline tool and node.js library that synchronises folders using pluggable transports.
Quick-start
Install node.js if you haven't already.
Then install nsync:
npm install -g nsyncThat will install the nsync module globally and add the nsync command to your path.
Now you need some transports (by default nsync can only sync files on the local filesystem, which isn't very exciting)
Lets start with the sftp transport
npm install -g nsync-sftpNow you're all set to start syncing files. Here's an example of how to sync a directory to your webserver over ssh:
nsync sftp --host myserver.com --destination /var/www/my-project ~/my-projectBam!
Transports
TODO
- nsync-sftp
- nsync-s3
Contributing
NSYNC_DEV=1
License
MIT