A simple program to facilitate one way synchronisation of directories. Given a source directory and a target directory, it will copy any new files added to the source directory to the target directory, and delete any files removed from the source directory in the target directory.
Includes basic filtering support and recursion.
Simple use cases:
- Backing up to a USB or remote directory
- Automatically copying built files to a VM