Move the folder/contents to another partition. Create a shortcut to
it and place it on your desktop. Anything added will go to the new
destination. It is merely a shortcut to the folder.
An added measure: Copy the four lines below into notepad and save as
backup.vbs. Change NameofFolder to the correct name and create two
backup folders according to the example below. In the done = change
NameofFolder as well.
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFolder "C:\NameofFolder\*.*", "C:\NameofFolder_backup"
fso.CopyFolder "C:\NameofFolder\*.*", "E:\NameofFolder_backup"
done = MsgBox("Done", vbOKonly, "Backup NameofFolder")
Third party solution:
http://www.centered.com/
Second Copy® 2000 is the perfect backup product designed for Windows
9x/Me/NT4/2000/XP you have been looking for. It makes a backup of
your data files to another directory, disk or computer across the
network.
It then monitors the source files and keeps the backup updated with
new or changed files. It runs in the background with no user
interaction. So, once it is setup you always have a backup of your
data some where else.