Snapshot: Difference between revisions
From Hackepedia
Jump to navigationJump to search
m New page: Snapshotting is the name for two modes: snapshotting a filesystem and snapshotting an OS. The latter is allowed with virtualization software such as vmware which takes the state of the O... |
m grammar |
||
Line 1: | Line 1: | ||
Snapshotting is the name for two modes: snapshotting a filesystem and snapshotting an OS. The latter is allowed with virtualization software such as vmware which takes the state of the OS and its filesystems and saves it to disk so that | Snapshotting is the name for two modes: snapshotting a filesystem and snapshotting an OS. The latter is allowed with virtualization software such as vmware which takes the state of the OS and its filesystems and saves it to disk so that it can be continued later. | ||
Snapshotting a filesystem is found in [[ffs]], [[hammer filesystem]] and [[zfs]]. It allows a realtime copy of a filesystem which then keeps files that are changed on teh real filesystem the same as before so that perhaps a clean backup can be done without files changing. | Snapshotting a filesystem is found in [[ffs]], [[hammer filesystem]] and [[zfs]]. It allows a realtime copy of a filesystem which then keeps files that are changed on teh real filesystem the same as before so that perhaps a clean backup can be done without files changing. |
Latest revision as of 05:24, 10 May 2009
Snapshotting is the name for two modes: snapshotting a filesystem and snapshotting an OS. The latter is allowed with virtualization software such as vmware which takes the state of the OS and its filesystems and saves it to disk so that it can be continued later.
Snapshotting a filesystem is found in ffs, hammer filesystem and zfs. It allows a realtime copy of a filesystem which then keeps files that are changed on teh real filesystem the same as before so that perhaps a clean backup can be done without files changing.