Guest
In article <qbjfu2564n2re0pk89qnuc20r1ggdjji45@4ax.com>,
MassiveProng <MassiveProng@thebarattheendoftheuniverse.org> wrote:
disappeared. Now, which file are you restoring? It's the one
that was written.
I never believed that this subject matter was so difficult to
understand. None of our customers had problems. Not only
did I work with bit gods, we must have had customer gods.
is always a moving target that can never be snap-shot with accuracy.
doing. We implemented a system calls that would help different
programs "share" files.
/BAH
MassiveProng <MassiveProng@thebarattheendoftheuniverse.org> wrote:
If a backup has to be restored, it is the original file which hasOn Thu, 01 Mar 07 12:34:42 GMT, jmfbahciv@aol.com Gave us:
Each time you copy, the file has been in a writable mode.
Wrong. The host file has a snapshot taken of it. If large, it will
get read sequentially as the copy takes place. The TARGET file must
be "open" to be "created".
The original file is NOT EVER in "open" mode, and was not ever in a
"writable mode" during a simple copy function.
disappeared. Now, which file are you restoring? It's the one
that was written.
I never believed that this subject matter was so difficult to
understand. None of our customers had problems. Not only
did I work with bit gods, we must have had customer gods.
The case that I brought up was database; with databases, the dataThat is why any file which IS "open" and in write mode cannot be
accessed by any other user until said write has been performed, and
the file released.
Database "tables" are the exception,
is always a moving target that can never be snap-shot with accuracy.
Nope. It can be done but you really have to know what you'rewhere the database engine
"opens" the table file, and allows what could be called a "co-edit"
session on the table. At that point, the lockout is at the "record"
level, and the same table line cannot be "co-edited", even though the
table itself can. That is all managed within the database engine,
however, not at the file level. This is why database hard drives can
become very fragmented. Tables get updated a couple kB or less at a
time. That makes for a very spotty file system (well, it used to)
NTFS changed all that, and Linux never suffered the problem.
Normal OS file rules prohibit file "co-edit" sessions.
doing. We implemented a system calls that would help different
programs "share" files.
/BAH