Hello people,
A few days ago, I had issues because I could not delete a snapshot taken with Timeshift.
I tried to Google possible solutions. Then I made a huge mistake.
I used “rm” as sudo.
And this is how I reinstalled Fedora from scratch!
I’ve been using Timeshift, and it is handy.
But now I can’t delete a snapshot.
It’s the first one on the list.
If I try to delete it, I get a message about snapshots deleted with errors (sorry, I have a message in Italian, so I don’t know how the message is precisely in English).
Now,
sudo btrfs scrub start /
gave no errors, so I’m looking for help removing that snapshot.
Then, is there another GUI for managing Btrfs snapshots?
You have a nested subvolume “var/lib/machines”, you need to delete it before you can delete the snapshot: sudo btrfs subvolume delete /patch/timeshift-btrfs/snapshots/2023-08-13_09-24-31/@/var/lib/machines
“patch” is the Timeshift mount path, it should be: /run/timeshift/backup
you have to check.
Or use Btrfs Assistant to easily remove it from GUI: sudo dnf install btrfs-assistant