A filesystem "change journal" and other topics
A filesystem "change journal" and other topics
Posted Jun 14, 2018 6:04 UTC (Thu) by njs (subscriber, #40338)In reply to: A filesystem "change journal" and other topics by nix
Parent article: A filesystem "change journal" and other topics
This is how the (proprietary) CrashPlan backup system works... except of course it can't use the yet-to-be-created change journal, so it has to register an inotify watch on every file in the system. Which is why all my systems have an override file in /etc/sysctl.d/ with some ridiculous setting like:
fs.inotify.max_user_watches = 4194304
It's absolutely worth it to get continuous, fine-grained backup snapshots, but clearly Linux is not supporting this as well as it could.
