HAMMER Utilities: New utility 'undo'.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 02:03:10 +0000 (02:03 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 02:03:10 +0000 (02:03 +0000)
commit95d7e54d0cdcbfb51575ae30e90e8c59bfcbc52b
treee38535cff90df7da92f6627df6f5ce48838511ae
parentab378f79c01efd7ad7f6f7abf3dd9926bfe7a321
HAMMER Utilities: New utility 'undo'.

* Add a new utility called 'undo' which makes use of HAMMER capabilities
  to retrieve prior versions of a file, even if that file has been deleted.

  This utility can dump all prior versions of the file, generate a history
  of transaction ids associated with the file, has a 'quick diff' relative
  to the most recent change, and can also generate diffs for all versions
  of the file.

  This utility only works with HAMMER filesystems.
usr.bin/Makefile
usr.bin/undo/Makefile [new file with mode: 0644]
usr.bin/undo/undo.1 [new file with mode: 0644]
usr.bin/undo/undo.c [new file with mode: 0644]