Reconstruct backend from files
Implement a method load in the backend to build a backend out of a list of epoch files (or a directory where to look for them)
At the same time we can define the prototype of some of the interface methods like get_samples, get_stats and load in the base backend class.