I would like to make a complete, bootable copy from C: to D: (hard drive to hard drive) automatically, non-interactively, every night in Windows XP Home Edition. I did this in Windows 98 using DELTREE and XCOPY32 but XP has no DELTREE. And before somebody tells me to get DELTREE from a prior OS...
A trick I use on small network file servers (pre-xp) is to
1. equip the machine with 2 hard drives
2. write a batch file to
(a) deltree /Y d: (b) xcopy32 /c /h /e /k c:\ d:3. add the batch file to the task scheduler to run before
the tape backup.
Thus, I have two backups, one on-site and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.