List snapper BTRFS snapshots with
snapper list
If you are in recovery mode on Fedora, add –no-dbus right after the snapper command. e.g.
snapper --no-dbus list
You can use the diff command to list the changes that happened between snapshots.
snapper --no-dbus diff 108..109
And to undo a change or all the changes between a snapshot, do the following. Where 108..109 are all the changes you want to remove. So essentially going back to snapshot 108.
snapper --no-dbus -v undochange 108..109
https://documentation.suse.com/sles/11-SP4/html/SLES-all/cha-snapper.html