Versioning file system: Difference between revisions

Content deleted Content added
m Disambiguating links to Venti (link changed to Venti (software)) using DisamAssist.
Line 15:
Versioning file systems should not be confused with [[journaling file system]]s. Whereas [[journaling file system]]s work by keeping a log of the changes made to a file before committing those changes to that file system (and overwriting the prior version), a versioning file system keeps previous copies of a file when saving new changes. The two features serve different purposes and are not mutually exclusive.
 
=== Object Storagestorage ===
Some [[Objectobject storage]] implementations offers object versioning, such as [[Amazon S3]].
 
==Implementations==