Hi folks, I have a use case that requires continuous data protection (CDP) feature, i.e. whenever there is a file changes/creation/modifications, bareos client should be able to notice such changes and automatically trigger incremental backup process.
Now that Bareos already support forever incremental backup, the only missing part is how to catch file changing events at the clients. For Linux this is rather simple by using inotify to constantly monitor the source directory (e.g. watch.sh https://github.com/drunomics/syncd/blob/master/watch.sh or lsyncd https://code.google.com/archive/p/lsyncd/) Bacula has support of CDP feature, but only in its Enterprise version. How hard to implement CDP feature in Bareos, has anyone any ideas? Samuel -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
