https://github.com/kessler/node-remote-syncer
https://github.com/kessler/node-remote-syncer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/node-remote-syncer
- Owner: kessler
- Created: 2015-01-03T11:55:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T04:44:16.000Z (over 11 years ago)
- Last Synced: 2025-09-09T00:12:22.594Z (9 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote syncer
sync two folders initially and then unidirectionally overwrite files from a remote source to local target.
I use this mainly to sync files from my mac to my windows virtual box vm. In some scenarios you can't work right off the network mapped drive (like when dealing with services and elevation). So I need an up to date copy on the local vm drive, synced from the network mapped drive, which is mapped to the dev folder in my osx host...
index.js is running on the vm while client.js is running on the host machine.
when index.js fires up it does an initial sync between the network drive and the local drive copy, after which it starts listening on a port for overwrite commands that the client sends from the host.