diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2022-08-08 16:56:11 +0000 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2022-08-08 16:56:11 +0000 |
commit | e55b6a5aff9788b1606a56c3666ecdc87f1712c3 (patch) | |
tree | dfa286b14f2ad8b28af5cd0badcf9f1acc121479 /sys/man/1 | |
parent | 6d99af6f3455ebc1df29b13f8b1fe7f3338dc074 (diff) |
Rewrite history: 9front was first
History was built using a heuristic where a file not present in
the dump in 30 days was considered as a deleted file, without
being important if those days had an actual dump. Having the file
server off 30 days made all the files to be deleted from the
history point of view. This new version is rewriten from scratch
in rc and it does not try to detect deleted files since it can
be derived only with fragile assumptions.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/history | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/sys/man/1/history b/sys/man/1/history index 889da36a1..ceabf8ec5 100644 --- a/sys/man/1/history +++ b/sys/man/1/history @@ -6,7 +6,7 @@ history \- print file names from the dump [ .B -Dabcemnw ] [ -.B -fuv +.B -fu ] [ .B -d .I dumpfilesystem @@ -38,18 +38,6 @@ May 10 16:40:51 EDT 2001 /n/dump/2001/0511/adm/users 10476 [adm] ... .EE .PP -When presented with a path of the form -.BI /n/ fs / path \fR, -.I history -will use -.IB fs dump -as the name of the dump file system, and will print a history of -.IR path . -.PP -The -.B -v -option enables verbose debugging printout. -.PP The .B -D option causes @@ -78,9 +66,8 @@ option selects some other dump file system such as .PP The .B -f -option forces the search to continue even when the -file in question does not exist (useful for files that only -exist intermittently). +option is accepted +but ignored by compatibilty with other history implementations. .PP Finally, the .B -s |