Is there a easy-to-use full-system snapshot manager for ubuntu?
Use-case: After a complete system breakdown (e.g. rm -rf /bin) the ability to restore the previous system state.
I tried to use rsync, but didn't understand how to apply such functionality with that.
Edit:
Mabye the requirement for a "snapshot" mechanism was misleading.
A good analogy for the solution I'm looking for is like a docker commit command, a stable image of my system that I could use if something goes sideways