I'm debating the pros and cons of either storing a backup of the entire data folder of each node or snapshotting the cluster to save the data.
-
if I save the data folder for each node, if that node burns down and I still have that data folder, does ES work perfectly fine to just implant that data folder onto a new node?
-
What's the advantage to snapshotting vs just saving the data folder?
Thanks!