|
NAME
SYNOPSIS
DESCRIPTIONThe After a snapshot is taken it appears as a file. The size of the snapshot file is equal to the size of the file system from which it was taken. It can be moved, renamed or deleted (which removes the snapshot). The group ownership of the file is set to
“ EXAMPLESCreate a snapshot of /home file system and mount the snapshot elsewhere: mksnap_ffs /home/.snap/snap1 mdconfig -a -t vnode -o readonly -f /home/.snap/snap1 mount -o ro /dev/md0 /mnt/ Delete a snapshot: rm /home/.snap/snap1 HISTORYThe CAVEATSThe disk full situation is not handled gracefully and may lead to a system panic when no free blocks are found. Every filesystem can have only up to 20 active snapshots. When
this limit is reached, attempting to create more snapshots fails with
|