Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > File copy on write service/tool

Reply
Thread Tools Display Modes

File copy on write service/tool

 
 
Nimral
Guest
Posts: n/a

 
      06-02-2009
Hi all,

sorry I post my question here, but I found no group that fits better, any I
suspect that DFS gurus may most likely have the info I need.

The situation: I have a server hosting several third party applications. A
cold standby server should be established. Most databases are SQL server
hosted, and the mirroring mechanism of SQL server provides sufficient
redundancy. But there's life outside SQL server, some config files of those
applications need to be copied to a second server as soon as they are
modified.

DFS and FRS are no options, since AFAIK they do not support single files.

The "plan B" solution would be to check/copy those files using a background
task every minute or so, which is not very elegant of course. Tools liks
Sysinternal's FileMon are able to list file accesses/writes/closes as they
happen, so it should be possible to write a background service which has a
list of files to monitor, and copies any modified files to a different
location as soon as the file is closed.

Does anyone have knowledge of such a service ...?

Thanks,

AL.
 
Reply With Quote
 
 
 
 
DaveMills
Guest
Posts: n/a

 
      06-15-2009
Robocopy can monitor for changes and then move the file. I have never tried to
run it as a scheduled job or on one file though.

DFSR may be a possibility too as you may be able to set up an exclusion list
that leaves only the config files etc. as being replicated.


On Tue, 2 Jun 2009 02:13:02 -0700, Nimral <>
wrote:

>Hi all,
>
>sorry I post my question here, but I found no group that fits better, any I
>suspect that DFS gurus may most likely have the info I need.
>
>The situation: I have a server hosting several third party applications. A
>cold standby server should be established. Most databases are SQL server
>hosted, and the mirroring mechanism of SQL server provides sufficient
>redundancy. But there's life outside SQL server, some config files of those
>applications need to be copied to a second server as soon as they are
>modified.
>
>DFS and FRS are no options, since AFAIK they do not support single files.
>
>The "plan B" solution would be to check/copy those files using a background
>task every minute or so, which is not very elegant of course. Tools liks
>Sysinternal's FileMon are able to list file accesses/writes/closes as they
>happen, so it should be possible to write a background service which has a
>list of files to monitor, and copies any modified files to a different
>location as soon as the file is closed.
>
>Does anyone have knowledge of such a service ...?
>
>Thanks,
>
>AL.

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Messenger write tool stroke limit CocoNut Windows MSN Messenger 0 09-16-2009 12:25 AM
Large file copy causes delayed write warning and off line Mike O. Clustering 0 08-05-2009 02:59 AM
Windows XP update service pack 2 -setup cannot copy the file msdxm Jonny Windows Update 2 04-27-2007 10:24 PM
File Copy Tool In Windows 2000 Resource Kit step4now Windows Server 1 12-02-2004 10:13 PM
Service Pack2 Error - Cannot copy file Rebecca S. Windows Update 3 11-24-2004 07:43 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59