[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Backup. Mirror or RAID!



PureBytes Links

Trading Reference Links

I believe it's the file access control which determines if a file which is open
can be opened by another process. If a file is opened exclusive, it can not be
opened by another process. If a file is opened non-exclusive, it can be opened
non-exclusively by another process. It is even possible for two processes to
open the same file for non-exclusive updating as long as both processes are able
to recognize and handle the updates made by the other. There are even some high
level exceptions to exclusive access which is how the registry can be backed up
by backup software (at least NT's can) while the OS is running. One can
determine if a file is opened exclusively by attempting to copy it from
explorer.

Earl

-----Original Message-----
From: Ron Augustine <RonAug@xxxxxxxx>
To: fpi@xxxxxxxxxxxx <fpi@xxxxxxxxxxxx>; omega-list@xxxxxxxxxxxxxx
<omega-list@xxxxxxxxxxxxxx>
Date: Tuesday, July 21, 1998 11:56 AM
Subject: Re: Backup. Mirror or RAID!


>
>NO! -- Be sure to close any Omega programs (or any other software that is
>running) before using the XCOPY32 command.  Any file that is currently in
>use by a running program won't be copied.  This is also true for most other
>back-up software that I'm aware of.