Forum

Full Version: btrfs no rollback ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Todays upgrade broke xbain as kodi no longer starts. I tried to rollback to the last known good image, but have this problem. Can anyone see if I am doing something wrong?

Terminal

xbian@lounge ~ $ sudo btrfs-auto-snapshot list root
root/@btrfs-auto-snap_apt-run-2015-07-24-1203
root/@btrfs-auto-snap_apt-run-2015-07-29-1511
root/@btrfs-auto-snap_apt-run-2015-08-12-1931
root/@btrfs-auto-snap_daily-2015-08-15-1027
root/@btrfs-auto-snap_daily-2015-08-16-2316
root/@btrfs-auto-snap_daily-2015-08-17-0821 <---- This One!
root/@btrfs-auto-snap_weekly-2015-08-06-0946
root/@btrfs-auto-snap_weekly-2015-08-13-1052
root/@last_good_known
root/@tmp.YIhHfHetD3
xbian@lounge sudo btrfs-auto-snapshot rollback root/@btrfs-auto-snap_daily-2015-08-17-0821
Error: Source name does not exists!
I tested it, should work

You could also try

Code:
sudo mount /dev/root /mnt
cd /mnt/root
sudo mv @ @-bad
sudo mv @-<good-snapshot> @
sudo sync
sudo reboot
I have tried both methods and always get a file not found message even though the list shows them there! - Strange......
Reference URL's