我在 RAIDed 加密的 ZFS 文件系统上安装了 Ubuntu 22.04。我遵循的程序可以从以下网址下载: https://www.mediafire.com/file/2w8mdb96tbzslub/Ubuntu_22.04_Root_on_ZFS_Encryption.odt/file 此过程是 rlaager 的定制版本: https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2022.04%20Root%20on%20ZFS.html
我执行的快照过程是:
# Snapshot the Pools
zfs snapshot bpool/BOOT@snap_boot
zfs snapshot rpool/ROOT@snap_root
zfs snapshot rpool/USERDATA@snap_userdata
zfs snapshot hpool/HOME@snap_home
# Verify the snapshots are created:
zfs list -t snapshot | grep "@snap"
我现在关心的是如何备份 UEFI 和 BIOS 分区。最好的方法是什么?