triggering backup client

proxwolfe

Well-Known Member
Jun 20, 2020
526
61
48
50
Hi,

Is it possible to trigger a run of the backup client, if and when files are modified/added to a directory?

Thanks!
 
there are several mechanisms for doing the monitoring (inotify, fanotify, polling based approaches, ebpf based approaches, ...?), and you can of course use any of them to trigger a backup client execution. e.g. you can install fswatch or watchman and go from there.
 
  • Like
Reactions: proxwolfe