Backup Software - DOS Batch file backup

This is Interesting: Free IT Magazines  
Home > Archive > Backup Software > December 2005 > DOS Batch file backup





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author DOS Batch file backup
Mason C

2005-12-14, 2:46 am

I'm trying -- using -- Acronis to back up my C: system area

For data file back up I prefer simple DOS batch file copies.
These are not packaged so are individually available.
Of course, they could all be restored if desired.

I have many partitions (E: for example) but the basic idea is this:

First time copy ALL

set "a" on all and then copy ALL

attrib +a E:*.* /s /d
xcopy E:*.* Q:\PartE\ /M/E/Y

===============

After that copy only NEW:
copy only those that have "a" set

xcopy E:*.* Q:\ /M/E/Y

Mason C
dreamtheater_142@yahoo.com

2005-12-14, 7:46 am

Hello Mason C!
I use Acronis True Image to backup my system area as well as the rest
data.
Due to differential file/folder backup tool.
It packages the data but you could browse it anr restore even
differential file.
To my mind it's the easiest method.
http://www.acronis.com/homecomputin...ucts/trueimage/

Mason C wrote:
> I'm trying -- using -- Acronis to back up my C: system area
>
> For data file back up I prefer simple DOS batch file copies.
> These are not packaged so are individually available.
> Of course, they could all be restored if desired.
>
> I have many partitions (E: for example) but the basic idea is this:
>
> First time copy ALL
>
> set "a" on all and then copy ALL
>
> attrib +a E:*.* /s /d
> xcopy E:*.* Q:\PartE\ /M/E/Y
>
> ===============
>
> After that copy only NEW:
> copy only those that have "a" set
>
> xcopy E:*.* Q:\ /M/E/Y
>
> Mason C


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com