Backup in-use file

  • Thread starter Thread starter Peter CCH
  • Start date Start date
P

Peter CCH

If a file is in use, is there any way to backup it?

I have an application server and some of the file is used 24 hours a
day. Is there any way to backup the file since it's in use?



Peter CCH
 
In most cases you'll need to stop the process that is using the file.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| If a file is in use, is there any way to backup it?
|
| I have an application server and some of the file is used 24 hours a
| day. Is there any way to backup the file since it's in use?
|
|
|
| Peter CCH
|
 
Dave said:
In most cases you'll need to stop the process that is using the file.

Not unless the file is opened for write, append, etc Read-only will be
backed up just fine.
 
But not usually the case.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Not unless the file is opened for write, append, etc Read-only will be
| backed up just fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top