At 01:06 PM 10/24/2003 -0500, you wrote:
you can type XCOPY /? | MORE to see the options. There's an
/EXCLUDE switch you can use to skip exe, dll, etc files. Maybe:
XCOPY D:\*.* Z:\BACKUP /C /H /E /O /EXCLUDE:Exclude.Lis
That will get a quick & dirty copy with individual files easily
accessible. For your real backups, you should probably use one of the
aftermarket backup programs, or at least a [possibly free-ware] utility to
crunch the data into a single compressed archive file, like a .zip format.
-Wayne Cox
Twenty Three -- Information Technology Consulting
828-685-2338
[Non-text portions of this message have been removed]
>I have a NTFS disk that I would like to backup to another.I don't think NT4 had xcopy, but 2000 and XP do. From a command prompt,
>I would like to do this at night 3:00 am.
>I want only the data no programs.
>Can I use the xcopy to do this?
you can type XCOPY /? | MORE to see the options. There's an
/EXCLUDE switch you can use to skip exe, dll, etc files. Maybe:
XCOPY D:\*.* Z:\BACKUP /C /H /E /O /EXCLUDE:Exclude.Lis
That will get a quick & dirty copy with individual files easily
accessible. For your real backups, you should probably use one of the
aftermarket backup programs, or at least a [possibly free-ware] utility to
crunch the data into a single compressed archive file, like a .zip format.
-Wayne Cox
Twenty Three -- Information Technology Consulting
828-685-2338
[Non-text portions of this message have been removed]