Versioning file system: Difference between revisions

Content deleted Content added
m Related software: archive link repair, may include: archive.* -> archive.today, and http->https for ghostarchive.org and archive.org (wp:el#Specifying_protocols)
Low power (talk | contribs)
Related software: The offical name of the file system is all-upper-cased, without the 'FS' suffix
Line 55:
* [[Apple File System|APFS]]<ref>{{Cite web|title=About Apple File System|url=https://developer.apple.com/documentation/foundation/file_system/about_apple_file_system/|url-status=live|access-date=2021-06-09|website=Apple Developer Documentation}}</ref> and [[ZFS]] support instantaneous snapshots and clones.
* [[Btrfs]] supports snapshots.<ref>http://www.oracle.com/technetwork/articles/servers-storage-admin/advanced-btrfs-1734952.html Snapshots, Clones, and Seed Devices" "snapshots" sub bullet.</ref>
* [[HAMMER (file system)|HammerFSHAMMER]] 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 {{mono|/n/snap}}. Fossil can forever archive a snapshot into [[Venti]] (usually one snapshot each day) and make them available in {{mono|/n/dump}}. If multiple changes are made to a file during the interval between snapshots, only the most recent will be recorded in the next snapshot.