Command line synchronizer
This is a folder synchronizer for Windows XP/Vista that works from command line.
Usage
xsync <source> <dest> [/y]
For example, to synchronize C:\Documents with Z:\Backups\Documents, carry out thefollowing command:
xsync C:\Documents Z:\Backups\Documents
When a file exists in the source and not in the destination, the file is copied. If a file exists in destination and not in the source, the user sees a delete prompt, and if user selects yes then the file is moved into a special folder by the name of <destination>\.xsync_<datetime>
This can be used to create a powerful backup script easily.
Switches
Currently only one switch is supported:
/y - Appending /y at the end takes yes as the answer to all questions