diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-05-16 23:28:07 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-05-16 23:28:07 +0100 |
| commit | 2b69dba5038ffd0b59cf30a4c44bce549e5097f8 (patch) | |
| tree | 385d35337b2895a07a2df21bafeb80dd4536e25d /man | |
| parent | d728e3107d7ae935bc511e72efc8a0c43fdbf0a0 (diff) | |
20110516-2327
Diffstat (limited to 'man')
| -rw-r--r-- | man/1/vacget | 34 | ||||
| -rw-r--r-- | man/2/venti | 10 |
2 files changed, 34 insertions, 10 deletions
diff --git a/man/1/vacget b/man/1/vacget index 8a5b04f9..7f364864 100644 --- a/man/1/vacget +++ b/man/1/vacget @@ -15,6 +15,10 @@ vacget, vacput \- venti archive utilities [ .B -vd ] [ +.B -i +| +.B -x +] [ .B -a .I addr ] [ @@ -23,6 +27,10 @@ vacget, vacput \- venti archive utilities ] [ .B -n .I name +] [ +.B -u uid +] [ +.B -g gid ] .I path ... .SH DESCRIPTION @@ -62,14 +70,34 @@ bytes instead of the default 8192 byte blocks. Only for vacput. Use .I name as the name in the root block. Only for vacput. +.TP +.BR -i " or " -x +Read a list of files from stdin to include +.RB ( -i ) +or exclude +.RB ( -x ) +from the (recursively walked) +.I paths +specified on the command-line. +Only for vacput. +.TP +.BI -u " uid" +Use +.I uid +for all files. +Only for vacput. +.TP +.BI -g " gid" +Use +.I gid +for all files. +Only for vacput. .SH SOURCE .B /appl/cmd/vacget.b .br .B /appl/cmd/vacput.b .SH SEE ALSO -.IR vcache (1), .IR venti (2), -.IR vacfs (4), -.IR ventisrv (8) +.IR vacfs (4) .SH BUGS These tools need more testing. diff --git a/man/2/venti b/man/2/venti index fdb0d2ac..27150a86 100644 --- a/man/2/venti +++ b/man/2/venti @@ -8,8 +8,6 @@ venti := load Venti Venti->PATH; Session: import venti; init: fn(); -unpackentry: fn(d: array of byte): ref Entry; -unpackroot: fn(d: array of byte): ref Root; Session: adt { new: fn(fd: ref Sys->FD): ref Session; @@ -48,7 +46,7 @@ Blocks are additionally tagged with a facilitating recovery in the event of corruption. A .B Session -represents an session with a Venti server. +represents a session with a Venti server. .TP .IB s .new(\fIfd\fP) .B New @@ -99,9 +97,7 @@ contains the Venti score for the block that has been written. tells the Venti server to make sure that all data is committed to active storage. .SH SOURCE +.B /module/venti.m +.br .B /appl/lib/venti.b .SH BUGS -to do: -Score adt -entry packing/unpacking -other Vmsgs, Session.rpc()? |
