Clean install, how to preserve personal subvolumes in /var/home/ #4609
Replies: 4 comments 4 replies
|
ai generated: ask.projectbluefin.io This is a good question from the user. The short answer is that the Bluefin installer (Anaconda) doesn't have a built-in "preserve these nested subvolumes" option, so the user needs to work around it manually. Here's the safest approach I'd suggest for a reply: Recommended strategy: Move subvolumes to top-level before reinstalling
The key insight is that nested subvolumes are deleted when their parent subvolume is deleted. So if the installer wipes/recreates the Regarding the btrbk snapshots and parent/child UUID relationships — Note that Bluefin Stable uses BTRFS with zstd:1 compression by default , and One caveat: the installer's "custom partitioning" spoke in Anaconda does allow reusing an existing btrfs partition without formatting, but it can be finicky about existing subvolumes. The user should double-check their top-level subvolumes are intact after install before deleting any backups. |
|
I'm thinking now:
If this would work it's probably the easiest and fastest.. |
|
I used dosu as well and got the exact same 2 responses btw :) I'll give it a try. I wish there was better documentation on the Installer.. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The following are subvolumes that I created:
/var/home/username/Documents/var/home/username/Shared/var/home/username/PicturesAnd their snapshots, created by btrbk:
/var/home/username/.snapshots/Documents20260507/var/home/username/.snapshots/Shared20260507/var/home/username/.snapshots/Pictures20260507Some are big. Pictures is 368GB.
I want to do a clean install. But I would like to keep these subvolumes. Since they are 'nested' in
home. I never manually mounted them or used fstab (and don't want to rely on manually configuring them in something like fstab) I am not sure what the proper way, the smartest way would be to keep these subvolumes, what to select during manual partitioning in the installer?For example (not sure if this is possible), use the installer to rename my current
homeand preserve it. Then after installationmvall the above to the new home? But that might be tricky. Especially with the snapshots, to preserve the child/parent uuid..All reactions