I'm making this Win32 utility to locally backup source code files.
Currently this works for -
- Backing up of a directory and it's subdirectories
- Explicitly excluding a file from backup
It will soon do -
- Filtering file types (*.cpp, etc)
- incrementally backing up files using CRC
- uploading archives to ftp server
anyway, I'd be grateful if someone could look through my source code and tell me where I could improve, etc...