Content deleted Content added
Adds APFS as a file system incorporating functionality similar to versioning filesystems. |
Ira Leviton (talk | contribs) m Replaced outdated html codes with wikicodes. Please see Category:Articles with HTML markup. |
||
Line 57:
* [[HAMMER (file system)|HammerFS]] in DragonFlyBSD has the ability to store revisions in the filesystem.
* [[NILFS]], which supports [[snapshot (computer storage)|snapshotting]].
* [[Plan 9 from Bell Labs|Plan 9]]'s [[Fossil (file system)|Fossil]] file system can provide a similar feature, taking periodic snapshots (often hourly) and making them available in
* [[Write Anywhere File Layout]] - [[NetApp]]'s storage solutions implement a file system called WAFL, which uses snapshot technology to keep different versions of all files in a volume around.
* pdumpfs, authored by Satoru Takabayashi, is a simple daily backup system similar to Plan 9's /n/dump, implemented in [[Ruby (programming language)|Ruby]]. It functions as a snapshotting tool, which makes it possible to copy a whole directory to another ___location by using hardlinks. Used regularly, this can produce an effect similar to versioning.<ref>[https://archive.is/20120701101406/http://0xcc.net/pdumpfs/index.html.en pDumpFS Homepage]</ref>
|