Warning
This post was published 65 days ago. The information described in this article may have changed.
Hi all,
I currently run a Windows service on a client's intranet that watches a directory for file changes (create/modify/delete) and update db for events.
I want to migrate this to a Rust-based app running on my own Linux VM, outside their network.
The goal is to monitor the same directory remotely—either via VPN or by mounting the path (e.g., SMB/NFS).
Key questions:
notify
on a mounted remote path and still reliably receive file events? Or do these crates rely too much on platform-specific inotify/kqueue/ReadDirectoryChangesW that might not work over a network mount?Looking for advice on the right approach, tools, or any real-world experiences.
Thanks!
1 post - 1 participant
🏷️ rust_feed