Description:
Synch is a simple command line tool that synchronizes files on multiple machines.
I think Synch is the most elegant application on the site. With very few lines of code, it is able to:
- Receive a list of filenames and determine which was updated most recently
- Replicate this file to any destination(s), whether another folder or another machine on the network
- If the destination path doesn't have the file, it will be created
- If the destination is unavailable, ie: off the network, the destination is ignored and the next is tried.