Snapshot

From Hackepedia
Revision as of 05:22, 10 May 2009 by Pbug (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 later it can be continued.

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.