diff options
author | rsc <devnull@localhost> | 2007-06-12 18:38:42 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-06-12 18:38:42 +0000 |
commit | be81682daae22d8efdd95687da2c2795a86e58b3 (patch) | |
tree | 4e70aa2480f8aa0a0010ac8fed0437aa33030aa3 /man/man8 | |
parent | 933a86257768a976b18cabc7ac909c976ffbe1c5 (diff) | |
download | plan9port-be81682daae22d8efdd95687da2c2795a86e58b3.tar.gz plan9port-be81682daae22d8efdd95687da2c2795a86e58b3.tar.bz2 plan9port-be81682daae22d8efdd95687da2c2795a86e58b3.zip |
document -M
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/vbackup.8 | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8 index 9b039014..586941b3 100644 --- a/man/man8/vbackup.8 +++ b/man/man8/vbackup.8 @@ -8,6 +8,14 @@ back up Unix file systems to Venti .B -DVnv ] [ +.B -M +.I mtpt +] +[ +.B -m +.I host +] +[ .B -s .I secs ] @@ -118,9 +126,24 @@ Turn on debugging output. .B -V Trace interactions with Venti server. .TP -.B -m \fImntname -Set backup name: -this name is used in the printed +.B -m \fIhost +.B -M \fImtpt +Set names used to construct the path in the +.B mount command. +The default +.I host +is the name returned by +.I sysname +(see +.IR getuser (3)). +The default +.I mtpt +is the place where +.I disk +is currently mounted. +.TP +Set backup mount point: +this name is also used in the printed .B mount command. The default is the name returned by @@ -150,7 +173,7 @@ When finishes, it prints a single line of the form .IP .EX -mount /\fImntname\fL/\fIyyyy\fL/\fImmdd\fL/\fImntpath\fL \fIscore\fL \fIyyyy\fL/\fImmdd\fL/\fIhhmm +mount /\fIhost\fL/\fIyyyy\fL/\fImmdd\fL/\fImtpt\fL \fIscore\fL \fIyyyy\fL/\fImmdd\fL/\fIhhmm .EE .LP This line is a valid configuration line for |