mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Refresh the directory where files are moved out of
This commit is contained in:
parent
4aeda3b041
commit
28644b3fee
@ -977,7 +977,7 @@ void ChangeJournalWatcher::updateWithUsn(const std::wstring &vol, const SChangeJ
|
||||
open_write_files[real_fn]=true;
|
||||
}
|
||||
|
||||
if(UsnRecord->Reason & watch_flags)
|
||||
if(UsnRecord->Reason & (watch_flags | USN_REASON_RENAME_OLD_NAME) )
|
||||
{
|
||||
listener->On_FileModified(real_fn);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user