Need something like xxcopy or clone for XP?

KG

Distinguished
May 21, 2004
45
0
18,530
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

On 98se I used xxcopy and clone, Dos Programs, to back up my work files daily, is there something
similar for XP?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

I dont know much about backups but me thinks u will have to go to start
menu-all programs-accessories-system tools-backup to daily backup ur
files.see if it works

"KG" wrote:

> On 98se I used xxcopy and clone, Dos Programs, to back up my work files daily, is there something
> similar for XP?
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

"KG" <kgsAT@msbx.net> wrote in message
news:titas0ld2v5gpucb5l2vkosp99anikgmen@4ax.com...
> On 98se I used xxcopy and clone, Dos Programs, to back up my work
> files daily, is there something
> similar for XP?


Well, how about the Backup program? You can define incremental backups
so those files that have changed since the last backup are the only ones
included in the incremental backup. You can even scheduled it by
defining an event in Task Scheduler.

--
_________________________________________________________________
******** Post replies to newsgroup - Share with others ********
Email: lh_811newsATyahooDOTcom AND append "=NEWS=" to Subject.
_________________________________________________________________
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

KG wrote:
> On 98se I used xxcopy and clone, Dos Programs, to back up my work
> files daily, is there something similar for XP?


Xxcopy works nicely in XP Pro. I run a batch file from the command line
which saves my recent data to floppies or CD-Rs without any trouble.

You can get the DOS command line by clicking on "Start", then "Run", then
type in "cmd" and then click on "OK". The experts in this forum will tell
you that this isn't true DOS, but something that works even better and has
more commands available.

Good luck, Dan
 

KG

Distinguished
May 21, 2004
45
0
18,530
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

Thank you for the reply, especially for the attachment

On Sun, 19 Dec 2004 12:44:51 -0500, "TonySper" <tsperduti@bellsouth.net> wrote:

>How about XCOPY works in XP. Works just like XXCOPY. I use it in a
>batch file to copy everything to a different folder.
>
>echo off
>rem just a test for a batch file
>xcopy c:\allhelp\*.* c:\allhelp2 /s /l /y
>pause
>
>Attachment has all the commands for XP SP2
>
>TonySper
>
>"KG" <kgsAT@msbx.net> wrote in message
>news:titas0ld2v5gpucb5l2vkosp99anikgmen@4ax.com...
>On 98se I used xxcopy and clone, Dos Programs, to back up my work
>files daily, is there something
>similar for XP?
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.newusers (More info?)

You are welcome. I had the same problem as you and found out about all
the good batch code commands that are in XP. You can even make up an
icon and run the batch code from the icon.
TonySper

"KG" <kgsAT@msbx.net> wrote in message
news:7alds01qt2emh3chhqeailidkd2uluv25k@4ax.com...
Thank you for the reply, especially for the attachment

On Sun, 19 Dec 2004 12:44:51 -0500, "TonySper"
<tsperduti@bellsouth.net> wrote:

>How about XCOPY works in XP. Works just like XXCOPY. I use it in a
>batch file to copy everything to a different folder.
>
>echo off
>rem just a test for a batch file
>xcopy c:\allhelp\*.* c:\allhelp2 /s /l /y
>pause
>
>Attachment has all the commands for XP SP2
>
>TonySper
>
>"KG" <kgsAT@msbx.net> wrote in message
>news:titas0ld2v5gpucb5l2vkosp99anikgmen@4ax.com...
>On 98se I used xxcopy and clone, Dos Programs, to back up my work
>files daily, is there something
>similar for XP?
>