- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 940
Windows USN Journals #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as outdated.
This comment was marked as outdated.
FYI, Go currently requires Windows XP or later, so there is no need to support anything older than that. |
For those interested, here is a small example of using Windows Journals I wrote in Go, based on the MSJ Windows Change Journal article and sample. |
Is it possible to use USN Journals without Administrator privileges? |
Not that I know of. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
Would love for this to get implemented, such a powerful feature. Found this that could be of help. |
This comment was marked as outdated.
This comment was marked as outdated.
To add this to fsnotify adding support for it in x/sys/windows would be required first. The example that was posted earlier would be a good starting point for that. Change Journals on the Microsoft site gives a nice general overview on how it works, how to use it from the |
FYI I worked briefly on an implementation for an USN backend for fsnotify but I just stopped working on it due to the fact that USN journals don't seem to work in windows containers. If anyone is willing to test and improve on my initial implementation, feel free: |
I pushed a slightly updated version of that in https://github.com/fsnotify/fsnotify/tree/usn – just a few formatting/style fixes, haven't even tried to run it beyond "it compiles". Won't work on it any time soon, but just wanted to save it somewhere in case the fork gets deleted. |
@pkrnjevic mentioned Windows USN Journals here: fsnotify/fsevents#1 (comment)
The text was updated successfully, but these errors were encountered: