code: 9ferno

ref: 21336d544ae90e20070fd7c8be67f3f2c9ccbe38
dir: /man/1/vacget/

View raw version
.TH VACGET 1
.SH NAME
vacget, vacput \- venti archive utilities
.SH SYNOPSIS
.B vacget
[
.B -vdpt
] [
.B -a
.I addr
]
.I vac:score
.br
.B vacput
[
.B -vd
] [
.B -i
|
.B -x
] [
.B -a
.I addr
] [
.B -b
.I blocksize
] [
.B -n
.I name
] [
.B -u uid
] [
.B -g gid
]
.I path ...
.SH DESCRIPTION
.I Vacget
retrieves a venti archive from a venti server to the current working directory.
.PP
.I Vacput
writes a venti archive to a venti server.  The
.I paths
are walked recursively and all files and directories written to the archive.  Temporary files, i.e. those with the
.B DMTMP
bit set, are skipped.  Writing only changed files relative to a previously written archive is not implemented.
.TP
.B -d
Print debug messages.
.TP
.B -p
Try to preserve file permissions and owner/group.  Only for vacget.
.TP
.B -v
Be verbose.  Prints files as they are being retrieved or written.
.TP
.B -t
List files, do not write them.  Only for vacget.
.TP
.BI -a " address"
Dial
.I address
instead of the default venti server.
.TP
.BI -b " blocksize"
Use blocks with
.I blocksize
bytes instead of the default 8192 byte blocks.  Only for vacput.
.TP
.BI -n " name"
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 venti (2),
.IR vacfs (4)
.SH BUGS
These tools need more testing.