ah cool
also, another REALLY good way of backing stuff up..
go into Regional and Language options. change the date seperator to "-" -never found any adverse affects to this..
then create a bat file that does the following..
md x:\backups\%date%
xcopy /e/h/y y:\files* x:\backups\%date%
either run this file yourself, set it to run everyday using scheduled tasks (daily) or in your 'startup' folder
use it in work to backup the most important files that are most likely to get corrupt by all the users, but i use the %time% one too then
have a play!
robocopy is also awsome, but not for a project type backup -as this is, robocopy is better for updating an mp3 collection backup, where files don't get modified
