How to deal with virtual directories like /proc, /run and /dev #765
Unanswered
isZYKerman
asked this question in
Questions
Replies: 2 comments 1 reply
-
Mounts on top of your filesystem that are not also ZFS filesystems are not included in the snapshots. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I plan to install my Ubuntu system as a ZFS dataset using zfsbootmenu and then take snapshots of that dataset. However, I’ve noticed that virtual directories such as /proc, /run, and /dev, which are freshly generated at each system startup, along with other transient files, are being included in the snapshots.
I’d like to ask:
1.Could including these directories in snapshots impact system restore or boot operations?
2.Is there a way to exclude these directories from being snapshot—perhaps by mounting them separately, placing them into dedicated child datasets, or using some other method?
Can anyone offer some advice on how to handle it?
Beta Was this translation helpful? Give feedback.
All reactions