https://github.com/jayu/dir-sync
Node.js Script to keep synchronization of files between two directories
https://github.com/jayu/dir-sync
Last synced: over 1 year ago
JSON representation
Node.js Script to keep synchronization of files between two directories
- Host: GitHub
- URL: https://github.com/jayu/dir-sync
- Owner: jayu
- Created: 2018-09-27T10:39:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T10:45:36.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T05:12:27.309Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dir-sync
Node.js Script to keep synchronization of files between two directories
Useful when you have working directory on 2 devices i.e. PC and pendrive and need to keep most recent files on both of them, but you don't remember which files you added/cachnged recently on which drive.
Currently works only for 2 directories
## How to run
```node App.js /path/to/dir1 /path/to/dir2```