Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/dump Pull up revision 1.35 (requested by tron):
details: https://anonhg.NetBSD.org/src/rev/299e3e6613ef
branches: netbsd-1-5
changeset: 491694:299e3e6613ef
user: he <he%NetBSD.org@localhost>
date: Wed May 09 19:16:42 2001 +0000
description:
Pull up revision 1.35 (requested by tron):
Add a new option ``e'' to dump which directs it to eject tapes
automatically if a tape change is required.
diffstat:
sbin/dump/dump.8 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 89deaf8d0382 -r 299e3e6613ef sbin/dump/dump.8
--- a/sbin/dump/dump.8 Wed May 09 19:16:19 2001 +0000
+++ b/sbin/dump/dump.8 Wed May 09 19:16:42 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dump.8,v 1.34 1999/07/01 19:18:47 abs Exp $
+.\" $NetBSD: dump.8,v 1.34.8.1 2001/05/09 19:16:42 he Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" Regents of the University of California.
@@ -43,7 +43,7 @@
.Nd filesystem backup
.Sh SYNOPSIS
.Nm ""
-.Op Fl 0123456789cnSu
+.Op Fl 0123456789cenSu
.Op Fl B Ar records
.Op Fl b Ar blocksize
.Op Fl d Ar density
@@ -125,6 +125,8 @@
Set tape density to
.Ar density .
The default is 1600 Bits Per Inch (BPI).
+.It Fl e
+Eject tape automatically if a tape change is required.
.It Fl f Ar file
Write the backup to
.Ar file ;
Home |
Main Index |
Thread Index |
Old Index