Hello.
Under ZFS before i run system update I'm using filesystem snapshot mechanism (zfs snapshot -r/zfs rollback on ROOT) to protect myself if something goes wrong.
But I don't know how to do this under UFS. What is the proper way to do it under UFS?
My fs system layout looks like this:
/dev/ufs/rootfs on / (ufs, local, soft-updates)
devfs on /dev (devfs)
/dev/msdosfs/MSDOSBOOT on /boot/msdos (msdosfs, local, noatime)
tmpfs on /tmp (tmpfs, local)
FreeBSD 13.1 RELEASE
regards
Under ZFS before i run system update I'm using filesystem snapshot mechanism (zfs snapshot -r/zfs rollback on ROOT) to protect myself if something goes wrong.
But I don't know how to do this under UFS. What is the proper way to do it under UFS?
My fs system layout looks like this:
/dev/ufs/rootfs on / (ufs, local, soft-updates)
devfs on /dev (devfs)
/dev/msdosfs/MSDOSBOOT on /boot/msdos (msdosfs, local, noatime)
tmpfs on /tmp (tmpfs, local)
FreeBSD 13.1 RELEASE
regards