summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-02-01 23:44:19 +0000
committerjoerg <joerg@FreeBSD.org>1997-02-01 23:44:19 +0000
commit2b3e3d73631a489bffa4a50c304657e955ecca99 (patch)
treedc76471edeb31d300aec417640c523cda78aa232 /sbin/dump/dump.h
parentb0c88e4d210ce20c6d868495b891852c3939afa6 (diff)
downloadFreeBSD-src-2b3e3d73631a489bffa4a50c304657e955ecca99.zip
FreeBSD-src-2b3e3d73631a489bffa4a50c304657e955ecca99.tar.gz
Add the `a' option (``auto-size'') to bypass all tape length
considerations, and dump right to the end of medium.
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 4b2330e..0da4c28 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -74,6 +74,7 @@ long tsize; /* tape size in 0.1" units */
long asize; /* number of 0.1" units written on current tape */
int etapes; /* estimated number of tapes */
int nonodump; /* if set, do not honor UF_NODUMP user flags */
+int unlimited; /* if set, write to end of medium */
int notify; /* notify operator flag */
int blockswritten; /* number of blocks written on current tape */
OpenPOWER on IntegriCloud