PC Review


Reply
Thread Tools Rate Thread

Backup up question

 
 
Bob Leffew
Guest
Posts: n/a
 
      3rd Dec 2003
I want to do a daily backup up of 4 drives on my system. I dont want to
create a .bkf or image of the drive. I need to create a mirrow of the drive
onto another drive and be able to see the files on the new drive not a
backup image.

I thought about using XCopy but the problem is, as I stated I have 4 drives,
I need to back up these 4 drives to one drive separating the drives into
folders.

Example:

All contents/folders in drive E: would go into J:\Datafiles\
F: would go into J:\Programfiles\
G: would go into J:\MasterFiles\
H: would go into J:\MiscFiles\

E thru H would have subfolders in each of the drives.

Datafiles, ProgramFiles, MasterFiles, MiscFiles are subfolders within the J
drive.

Is there a software package that would allow me to do this? I have looked
at Norton Ghost and Nova but both creates images not the files themselves.

Thanks,

Bob Leffew


 
Reply With Quote
 
 
 
 
DavidF
Guest
Posts: n/a
 
      3rd Dec 2003
You can use xcopy. I am using xcopy in a similar manner. I created a batch
file and entered this data:

cd\
xcopy *.* I:\cdrive /c /e /q /h /y
d:
xcopy *.* I:\ddrive /c /e /q /h /y
e:
xcopy *.* I:\edrive /c /e /q /h /y
f:
xcopy *.* I:\fdrive /c /e /q /h /y
g:
xcopy *.* I:\gdrive /c /e /q /h /y
v:
xcopy *.* I:\vdrive /c /e /q /h /y

All you have to do is edit these commands to work in your enviorment. This
way you will be able to access your backup data any time. You can even use
the task scheduler to run this batch at any time. Only problem is xcopy
will not back up files that are in use.



"Bob Leffew" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I want to do a daily backup up of 4 drives on my system. I dont want to
> create a .bkf or image of the drive. I need to create a mirrow of the

drive
> onto another drive and be able to see the files on the new drive not a
> backup image.
>
> I thought about using XCopy but the problem is, as I stated I have 4

drives,
> I need to back up these 4 drives to one drive separating the drives into
> folders.
>
> Example:
>
> All contents/folders in drive E: would go into J:\Datafiles\
> F: would go into

J:\Programfiles\
> G: would go into J:\MasterFiles\
> H: would go into J:\MiscFiles\
>
> E thru H would have subfolders in each of the drives.
>
> Datafiles, ProgramFiles, MasterFiles, MiscFiles are subfolders within the

J
> drive.
>
> Is there a software package that would allow me to do this? I have looked
> at Norton Ghost and Nova but both creates images not the files themselves.
>
> Thanks,
>
> Bob Leffew
>
>



 
Reply With Quote
 
DavidF
Guest
Posts: n/a
 
      3rd Dec 2003
Did it work?
"DavidF" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can use xcopy. I am using xcopy in a similar manner. I created a

batch
> file and entered this data:
>
> cd\
> xcopy *.* I:\cdrive /c /e /q /h /y
> d:
> xcopy *.* I:\ddrive /c /e /q /h /y
> e:
> xcopy *.* I:\edrive /c /e /q /h /y
> f:
> xcopy *.* I:\fdrive /c /e /q /h /y
> g:
> xcopy *.* I:\gdrive /c /e /q /h /y
> v:
> xcopy *.* I:\vdrive /c /e /q /h /y
>
> All you have to do is edit these commands to work in your enviorment.

This
> way you will be able to access your backup data any time. You can even

use
> the task scheduler to run this batch at any time. Only problem is xcopy
> will not back up files that are in use.
>
>
>
> "Bob Leffew" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I want to do a daily backup up of 4 drives on my system. I dont want to
> > create a .bkf or image of the drive. I need to create a mirrow of the

> drive
> > onto another drive and be able to see the files on the new drive not a
> > backup image.
> >
> > I thought about using XCopy but the problem is, as I stated I have 4

> drives,
> > I need to back up these 4 drives to one drive separating the drives into
> > folders.
> >
> > Example:
> >
> > All contents/folders in drive E: would go into J:\Datafiles\
> > F: would go into

> J:\Programfiles\
> > G: would go into

J:\MasterFiles\
> > H: would go into J:\MiscFiles\
> >
> > E thru H would have subfolders in each of the drives.
> >
> > Datafiles, ProgramFiles, MasterFiles, MiscFiles are subfolders within

the
> J
> > drive.
> >
> > Is there a software package that would allow me to do this? I have

looked
> > at Norton Ghost and Nova but both creates images not the files

themselves.
> >
> > Thanks,
> >
> > Bob Leffew
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Another Backup Question =?Utf-8?B?SmVmZiBD?= Microsoft Access 0 19th Sep 2005 05:06 PM
Question about backup.. Gaga6 Windows XP General 4 26th Aug 2004 08:02 PM
Backup Question Bob Storage Devices 14 10th May 2004 04:41 AM
MS backup question rach Microsoft Windows 2000 10 10th Mar 2004 08:53 AM
Append Differential Backup to Normal Backup File Question Microsoft Windows 2000 0 8th Oct 2003 08:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:20 AM.