Versioning file system: Difference between revisions

Content deleted Content added
Line 14:
=== Journaling file system ===
{{expand section|date=October 2014}}
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 works by keeping previous copies of a file.
 
==Implementations==