diff options
author | Russ Cox <rsc@swtch.com> | 2007-11-27 15:49:09 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-11-27 15:49:09 -0500 |
commit | a4b5da0be757518006f2961838194905459548ef (patch) | |
tree | 4f213f7a823e44e5e7e8b6db9f5778f52443c077 /man/man8 | |
parent | 89d6e06cb18a2c981586e63dba153656d8f1e92f (diff) | |
download | plan9port-a4b5da0be757518006f2961838194905459548ef.tar.gz plan9port-a4b5da0be757518006f2961838194905459548ef.tar.bz2 plan9port-a4b5da0be757518006f2961838194905459548ef.zip |
vbackup: add -i flag to avoid score prefetching (David Swasey)
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/vbackup.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8 index 586941b3..68bba03f 100644 --- a/man/man8/vbackup.8 +++ b/man/man8/vbackup.8 @@ -5,7 +5,7 @@ back up Unix file systems to Venti .SH SYNOPSIS .B vbackup [ -.B -DVnv +.B -DVinv ] [ .B -M @@ -154,6 +154,10 @@ The default is the name returned by .B -n No-op mode: do not write any blocks to the server .TP +.B -i +Read scores incrementally from the previous backup as needed, +rather than prefetching them. +.TP .B -v Print verbose output. .TP |