Replies: 1 comment 1 reply
-
You almost never want to rollback your home directory when you rollback a boot environment. That's the primary reason for making your home directory a separate filesystem; the two are notionally independent. In any case, ZFSBootMenu will accommodate any snapshot policy you like. We take no position on particular strategies and recommend you consult general-purpose ZFS forums for advice and discussion about best practices for snapshots. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is that I want to ensure snapshots that contain both root and home filesystems and that they are in sync.
The docs say the followings:
I followed the Fedora guide, so I have zroot/ROOT/$ID at
/
and zroot/home at/home
.So based on this, could I achieve the workflow I imagine by,
or
and then,
?
Beta Was this translation helpful? Give feedback.
All reactions