Posted by: Andrew Yates
on October 18, 2008 07:29 PM
The handlers are only called after a file has been opened for writing and then closed, so fsniper will not call a handler on your backup file until the file writing the backup has finished and closed the file.
If you somehow create a situation in which the backup file is closed and then opened again, you would want to check for that condition in your handler so that the file is only handled when appropriate.
Re: Automatically process new files with fsniper
Posted by: Andrew Yates on October 18, 2008 07:29 PMIf you somehow create a situation in which the backup file is closed and then opened again, you would want to check for that condition in your handler so that the file is only handled when appropriate.
#