A
Anthony Buckland
I've been working on a supplementary form of backup (other than
my more-or-less regular backups with Acronis True Image of my
entire C: partition). The volatile part of my file system is My
Documents, into which I've incorporated my Outlook Express
storage files and my Address Book. So I've backed this up by
straight copying to a thumb drive, which is a very compact and
durable way IMHO to carry around a fire/theft backup, and safe
since it's password-protected.
Now to the incremental part. The technique I've just tried for the
first time is to plug in the thumb drive (J
, go to command mode,
in C: go to My Documents, in J: go to the corresponding
directory, then in C: enter
XCOPY *.* J: /D /E /C /Q /H /R /Y /K
Benefits: fast as h___, three and a half minutes to deal with just
over 8 Gby; and doesn't bother me with "do you really want to
change this file?". (Today's test found 41 files to copy out of
5698.) Further benefit, thumb drive is available to show friends
things, demonstrate, share, load things from them, all without
presence of Acronis.
Drawback, possibly, doesn't ask me "do you really want to
change this file?". Further drawback, have to enter the commands
correctly -- I need to get this into a batch file.
I don't imagine I'm the first to hit on this technique -- any
comments or cautions?
------------------------------------------------------------------
A postscript: incremental backups save changes and copy new
data, but AFAIK they don't copy to the backup the absence of
data that have been deleted. If you back up incrementally
enough times, you're slowly going to accumulate a collection
of things in the backup that shouldn't be there yet would be
restored if you use the original backup and all its increments
to restore a system. Does any backup software cure this
problem?
my more-or-less regular backups with Acronis True Image of my
entire C: partition). The volatile part of my file system is My
Documents, into which I've incorporated my Outlook Express
storage files and my Address Book. So I've backed this up by
straight copying to a thumb drive, which is a very compact and
durable way IMHO to carry around a fire/theft backup, and safe
since it's password-protected.
Now to the incremental part. The technique I've just tried for the
first time is to plug in the thumb drive (J

in C: go to My Documents, in J: go to the corresponding
directory, then in C: enter
XCOPY *.* J: /D /E /C /Q /H /R /Y /K
Benefits: fast as h___, three and a half minutes to deal with just
over 8 Gby; and doesn't bother me with "do you really want to
change this file?". (Today's test found 41 files to copy out of
5698.) Further benefit, thumb drive is available to show friends
things, demonstrate, share, load things from them, all without
presence of Acronis.
Drawback, possibly, doesn't ask me "do you really want to
change this file?". Further drawback, have to enter the commands
correctly -- I need to get this into a batch file.
I don't imagine I'm the first to hit on this technique -- any
comments or cautions?
------------------------------------------------------------------
A postscript: incremental backups save changes and copy new
data, but AFAIK they don't copy to the backup the absence of
data that have been deleted. If you back up incrementally
enough times, you're slowly going to accumulate a collection
of things in the backup that shouldn't be there yet would be
restored if you use the original backup and all its increments
to restore a system. Does any backup software cure this
problem?