WinXP/ X copy Dos Command/ Dick Backup

jeff

Distinguished
Apr 5, 2004
1,172
0
19,280
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

Question for the experts :

In the past before Win Xp I was able to make an exact backup of my system
drive so that in case of a catostrophe I'd be able to just swap out the
backup drive for the primary.

I even knew of a switch that on a periodic basis allowd for me to just copy
"changed" files over to the backup drive.

In win Xp, I tried it, but it would not boot.

Is x copy possible in Win XP?

Can anyone give me the run commands to clone drive "c" onto another drive
and the switch for just changed files too?

Thanks so much,

jeff
 
G

Guest

Guest
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

jeff wrote:
> "Peter" <peterfoxghost@yahoo.ca> wrote in message
> news:w9qje.10545$dS3.1147107@news20.bellglobal.com...
> >> Question for the experts :
> >>
> >> In the past before Win Xp I was able to make an exact backup of my
system
> >> drive so that in case of a catostrophe I'd be able to just swap
out the
> >> backup drive for the primary.
> >>
> >> I even knew of a switch that on a periodic basis allowd for me to
just
> > copy
> >> "changed" files over to the backup drive.
> >>
> >> In win Xp, I tried it, but it would not boot.
> >>
> >> Is x copy possible in Win XP?
> >>
> >> Can anyone give me the run commands to clone drive "c" onto
another drive
> >> and the switch for just changed files too?
> >
> >
> > You like to experiment, don't you?
> > First make it bootable, then:
> > XCOPY C:\*.* E:\ /C /H /E /R /Y
> > and
> > XCOPY C:\*.* E:\ /C /H /E /R /Y /D
> >
> >
>
> Also Peter which letter in the string you gave me is the letter for
the HD
> that is being transferred to?
>
> jeff
 
G

Guest

Guest
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

Jeff i went to reformat my computer using CD's from the company and it
went to 98% and didnt do the rest and my cd broke so is there any way i
can do it useing a Floppy disk? IF so e=mail me at schlange91@gmail.com

Thanks,Zach
 

peter

Distinguished
Mar 29, 2004
3,226
0
20,780
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

> Question for the experts :
>
> In the past before Win Xp I was able to make an exact backup of my system
> drive so that in case of a catostrophe I'd be able to just swap out the
> backup drive for the primary.
>
> I even knew of a switch that on a periodic basis allowd for me to just
copy
> "changed" files over to the backup drive.
>
> In win Xp, I tried it, but it would not boot.
>
> Is x copy possible in Win XP?
>
> Can anyone give me the run commands to clone drive "c" onto another drive
> and the switch for just changed files too?


You like to experiment, don't you?
First make it bootable, then:
XCOPY C:\*.* E:\ /C /H /E /R /Y
and
XCOPY C:\*.* E:\ /C /H /E /R /Y /D
 

jeff

Distinguished
Apr 5, 2004
1,172
0
19,280
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

"Peter" <peterfoxghost@yahoo.ca> wrote in message
news:w9qje.10545$dS3.1147107@news20.bellglobal.com...
>> Question for the experts :
>>
>> In the past before Win Xp I was able to make an exact backup of my system
>> drive so that in case of a catostrophe I'd be able to just swap out the
>> backup drive for the primary.
>>
>> I even knew of a switch that on a periodic basis allowd for me to just
> copy
>> "changed" files over to the backup drive.
>>
>> In win Xp, I tried it, but it would not boot.
>>
>> Is x copy possible in Win XP?
>>
>> Can anyone give me the run commands to clone drive "c" onto another drive
>> and the switch for just changed files too?
>
>
> You like to experiment, don't you?
> First make it bootable, then:
> XCOPY C:\*.* E:\ /C /H /E /R /Y
> and
> XCOPY C:\*.* E:\ /C /H /E /R /Y /D
>
>

Peter,

How do you first make it bootable (The HD that is)

JEff
 

jeff

Distinguished
Apr 5, 2004
1,172
0
19,280
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

"Peter" <peterfoxghost@yahoo.ca> wrote in message
news:w9qje.10545$dS3.1147107@news20.bellglobal.com...
>> Question for the experts :
>>
>> In the past before Win Xp I was able to make an exact backup of my system
>> drive so that in case of a catostrophe I'd be able to just swap out the
>> backup drive for the primary.
>>
>> I even knew of a switch that on a periodic basis allowd for me to just
> copy
>> "changed" files over to the backup drive.
>>
>> In win Xp, I tried it, but it would not boot.
>>
>> Is x copy possible in Win XP?
>>
>> Can anyone give me the run commands to clone drive "c" onto another drive
>> and the switch for just changed files too?
>
>
> You like to experiment, don't you?
> First make it bootable, then:
> XCOPY C:\*.* E:\ /C /H /E /R /Y
> and
> XCOPY C:\*.* E:\ /C /H /E /R /Y /D
>
>

Also Peter which letter in the string you gave me is the letter for the HD
that is being transferred to?

jeff
 

peter

Distinguished
Mar 29, 2004
3,226
0
20,780
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

> > You like to experiment, don't you?
> > First make it bootable, then:
> > XCOPY C:\*.* E:\ /C /H /E /R /Y
> > and
> > XCOPY C:\*.* E:\ /C /H /E /R /Y /D
>
> Also Peter which letter in the string you gave me is the letter for the HD
> that is being transferred to?
>
> jeff

C: is the source
E: is the target
 
G

Guest

Guest
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

> In the past before Win Xp I was able to make an exact backup of my system
> drive so that in case of a catostrophe I'd be able to just swap out the
> backup drive for the primary.

Technically, you should use drive image software (Ghost, True Image,
etc) to get an *exact* copy of your system. Copying files won't make an
exact duplicate.

> I even knew of a switch that on a periodic basis allowd for me to just copy
> "changed" files over to the backup drive.

You can tag xcopy so it only backs up files with the archive attribute,
if that's what you're thinking... /a or /m
(/m changes the attribute so it is no longer archive, /a preserves it)

> Is x copy possible in Win XP?

Yes, you can run xcopy in Win XP. It might not like giving you
permission to some files though.

> Can anyone give me the run commands to clone drive "c" onto another drive
> and the switch for just changed files too?

There are many options that are up to you when you're copying the file.
Simply type xcopy /? at the command prompt, and you'll get something like:

Copies files and directory trees.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T]
[/U]
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z]
[/EXCLUDE:file1[+file2][+file3]...]

source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
doesn't change the attribute.
/M Copies only files with the archive attribute set,
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. When any of the
strings match any part of the absolute path of the file
to be
copied, that file will be excluded from being copied. For
example, specifying a string like \obj\ or .obj will exclude
all files underneath the directory obj or all files with the
.obj extension respectively.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/V Verifies each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one
file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while
copying.
/L Displays files that would be copied.
/G Allows the copying of encrypted files to destination
that does
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files.
Does not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only
attributes.
/N Copies using the generated short names.
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.

I'd recommend, though that you use Ghost if you want to really clone a
drive as opposed to making backup copies of files.

//Kevin
 
G

Guest

Guest
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)

Jeff <Jeff@somewhere.com> wrote in message
news:p9mdnUdoXfrIhhPfRVn-gw@velocitywest.net...

> In the past before Win Xp I was able to make an exact backup
> of my system drive so that in case of a catostrophe I'd be able
> to just swap out the backup drive for the primary.

> I even knew of a switch that on a periodic basis allowd for
> me to just copy "changed" files over to the backup drive.

> In win Xp, I tried it, but it would not boot.

> Is x copy possible in Win XP?

Nope. Various apps will do the same
thing tho, True Image for example.

> Can anyone give me the run commands to clone drive "c"
> onto another drive and the switch for just changed files too?

Most of the modern imaging apps will do incremental backups
now. Those arent quite as quick to restore as a clone tho.
A modern app like True Image may be quick enough with
cloning to not need the changed files approach, xcopy
isnt that fast even when it does work.