[patch] applied: vac

1 view
Skip to first unread message

9cha...@cat-v.org

unread,
Jun 15, 2008, 1:33:33 AM6/15/08
to plan9c...@googlegroups.com
Created Jun 14 23:33 by rsc
Processed Jun 15 05:33 by geoff

Add unvac to manual page.
You also need to do

rm /sys/src/cmd/vac/*
9fs sources
cp /n/sources/contrib/rsc/nvac/* /sys/src/cmd/vac

--
/sys/man/1/vac
vac.orig:1,6 - /n/sources/patch/applied/vac/vac:1,6
.TH VAC 1
.SH NAME
- vac \- create a vac archive on Venti
+ vac, unvac \- create, extract a vac archive on Venti
.SH SYNOPSIS
.B vac
[
vac.orig:25,30 - /n/sources/patch/applied/vac/vac:25,42
.I host
]
.I file ...
+ .PP
+ .B unvac
+ [
+ .B -Tctv
+ ] [
+ .B -h
+ .I host
+ ]
+ .I vacfile
+ [
+ .I file ...
+ ]
.SH DESCRIPTION
.I Vac
creates an archival copy of Plan 9 file trees on Venti. It can be used
vac.orig:123,128 - /n/sources/patch/applied/vac/vac:135,166
.B -v
Produce more verbose output on standard error, including the name of the files added to the archive
and the vac archives that are expanded and merged.
+ .PP
+ .I Unvac
+ lists or extracts files stored in the vac archive
+ .IR vacfile ,
+ which can be either a vac archive string in the format
+ given above or the name of a file containing one.
+ If
+ .I file
+ arguments are given, only those files or directories
+ will be extracted.
+ The options are:
+ .TP
+ .B -T
+ Set the modification time on extracted files
+ to the time listed in the archive.
+ .TP
+ .B -c
+ Write extracted files to standard output instead of creating a file.
+ .TP
+ .B -t
+ Print a list of the files to standard output rather than extracting them.
+ .TP
+ .B -v
+ If extracting files, print the name of each file and directory
+ to standard error.
+ If listing files, print metadata in addition to the names.
.SH SOURCE
.B /sys/src/cmd/vac
.SH "SEE ALSO"

Reply all
Reply to author
Forward
0 new messages