Hi
I'm running my laptop with dual boot and mostly got everything working to 2way synchronize my document to my NAS in both OS.
My issue is to trigger RealTimeSync from NAS file/folder modification when I'm using Ubuntu.
RTS is configured to be triggered from both my laptop drive (mnt/Windows/Users/crazygump/Documents) and my NAS drive (mnt/NAS/crazygump/Documents).
- RTS is running without outputing a error.
- RTS is triggered when I modify something in mnt/Windows/Users/crazygump/Documents
- RTS is not triggered when I modify something in mnt/NAS/crazygump/Documents
From what I understand from the manual, it means the NAS mounted drive is not notifying RTS that something changed. Is it possible to verify this ? (and is it fixable ?)
I have the same configuration for my Windows OS where the only difference is obviously path and it's running perfectly as intended.
It is not an huge deal breaker as I can just schedule a cron job to run periodically FFS but I would prefer everything to be in real time.
RTS and mounted NAS drive on Linux
- Posts: 2
- Joined: 2 Jan 2023
- Posts: 2
- Joined: 2 Jan 2023
I have been searching a bit since this message and learnt inotify could not by notified by event from server using cifts.
The simplier way I have found is to make a cronjob on my laptop to run a inotifywait command directly from SSH and outputting the the results to a log file in my lapotop and make RTS to inspect this file.
The simplier way I have found is to make a cronjob on my laptop to run a inotifywait command directly from SSH and outputting the the results to a log file in my lapotop and make RTS to inspect this file.