12-14-05 07: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
[ Post a follow-up to this message ]
|