OneClickBackup
	
		Recursively copies files with their archive bit set from one directory to another. Used to do 10 minute backups of the current work.
	
	
	- target path automatically holds date and time
	- easy to schedule with task scheduler 
- uses the same exclude file format as xcopy 
	
Why I'm not using xcopy? Because it chokes with memory problems when there are a lot of files to copy, and it also chokes if resulting filenames get too long.
	
	
	download. (needs 
	.NET 2.0)
	
	looky here for the old xcopy batch file