G
Guest
Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)
My system is XP-Home with SP2.
I'm trying to set up a simple batch file to backup selected directories to a
DVD. It contains lines of the form:
XCOPY c:\Misc f:\Misc\ /s /d
The thing is that if I set it up to copy to a second hard drive, it works as
desired and only backs up stuff that isn't already there. When I make it
copy to my DVD though it effectively ignores the "/d" parameter. The second
time I do the backup to DVD it sees that a file is already present of the
same name and asks me if I want to overwrite it. And if I look on the DVD
with Explorer it reports back the same date as the source file.
Is there something magic about writing to a DVD that I need to do to make
XCOPY recognize the "/d" parameter? Allowing it to overwrite all the
preexisting files every time I want to do an incremental backup brings the
whole process to a very slow grind.
Thanks...
Bill -- (Remove KILLSPAM from my address to use it)
My system is XP-Home with SP2.
I'm trying to set up a simple batch file to backup selected directories to a
DVD. It contains lines of the form:
XCOPY c:\Misc f:\Misc\ /s /d
The thing is that if I set it up to copy to a second hard drive, it works as
desired and only backs up stuff that isn't already there. When I make it
copy to my DVD though it effectively ignores the "/d" parameter. The second
time I do the backup to DVD it sees that a file is already present of the
same name and asks me if I want to overwrite it. And if I look on the DVD
with Explorer it reports back the same date as the source file.
Is there something magic about writing to a DVD that I need to do to make
XCOPY recognize the "/d" parameter? Allowing it to overwrite all the
preexisting files every time I want to do an incremental backup brings the
whole process to a very slow grind.
Thanks...
Bill -- (Remove KILLSPAM from my address to use it)