Tagged Questions
2
votes
0answers
78 views
Compiling and running Snapper for Ubuntu
I am trying to get snapper working in my Mint 14. (The version from launchpad is old and not compatible with Ubuntu 12.10. The OpenSuSe's build project failed to build it, too). So I try my luck with ...
1
vote
1answer
109 views
Online remount btrfs of root filesystem with different subvolume (snapshot)
Let's say you have a btrfs root filesystem on an online system. You want to revert the filesystem to an earlier state, of which you have a snapshot:
remount /dev/sdaX / -o remount,subvol=snapshots/Y
...