|
This is the case Btrfs snapshots exist for, and the system takes them without being asked: |
Replies: 1 comment
|
Two ways, depending on how bad it is. The system still boots. List the snapshots and roll back: At the next boot you are on the system as it was. The previous one is not deleted — it The system does not boot. The GRUB menu has a snapshots submenu; pick one and it boots The one thing to be clear about: your home directory is never touched. The system |
Two ways, depending on how bad it is.
The system still boots. List the snapshots and roll back:
At the next boot you are on the system as it was. The previous one is not deleted — it
is set aside, and
sudo skillfish-rollback --undoputs it back if the rollback was not whatyou wanted.
The system does not boot. The GRUB menu has a snapshots submenu; pick one and it boots
read-only, which is enough to look around and copy files out. From there the same
skillfish-rollbackmakes it permanent.The one thing to be clear about: your home directory is never touched. The system
travels back, your files stay as they are. That is deliberate — a r…