This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is mostly here for my reference. If someone on the internet finds this, I hope it's | |
# helpful, but don't trust it! I'm pretty new at this, which is why I have to keep exhaustive | |
# notes like this. The corollary then, is that if you're a pro at this, and notice something | |
# dumb I'm doing, please let me know. | |
# | |
# The idea here is to end up with an ecrypted BTRFS filesystem running Snapper in a way that | |
# makes rollbacks super easy. I tried to keep things simple, so the swap is a file, not a | |
# partition (that would have to be encryped separately). The subvolume layout is totally flat, | |
# to make rollbacks a simple matter of moving the volumes around. When this is all done, a | |
# simple ls of either .snapshots directory will show you your live filesystem right alongside |