BSD 3 development
[unix-history] / usr / man / man1 / arff.1m
CommitLineData
6c4629f3
KS
1.TH ARFF 1M
2.UC
3.SH NAME
4arff \- archiver for floppy
5.SH SYNOPSIS
6.B arff
7[ key ] [ name ... ]
8.SH DESCRIPTION
9.I Arff
10saves and restores files
11on the console floppy disk.
12Its actions are controlled by the
13.I key
14argument.
15The
16.I key
17is a string of characters containing
18at most one function letter and possibly
19one or more function modifiers.
20Other arguments to the command are file
21names specifying which files are to be dumped or restored.
22.PP
23Files names have restrictions, because of radix50 considerations. They
24must be in the form 1-6 alphanumerics followed by "." followed by
250-3 alphanumerics. Case distinctions are lost. Only the trailing component
26of a pathname is used.
27.PP
28The function portion of
29the key is specified by one of the following letters:
30.TP 8
31.B r
32The named files
33are replaced where found on the floppy, or added taking up
34the minimal possible portion of the first empty spot on the floppy.
35.TP 8
36.B x
37The named files are extracted from the floppy.
38.TP 8
39.B d
40The named files are deleted from the floppy. Arff will combine contiguous
41deleted files into one empty entry in the rt-11 directory.
42.TP 8
43.B t
44The names of the specified files are listed each time they occur
45on the floppy.
46If no file argument is given,
47all of the names on the floppy are listed.
48.PP
49The following characters may be used in addition to the letter
50which selects the function desired.
51.TP 10
52.B v
53Normally
54.I arff
55does its work silently.
56The
57.B v
58(verbose)
59option causes it to type the name of each file it treats
60preceded by the function letter.
61With the
62.B t
63function,
64.B v
65gives more information about the
66floppy entries than just the name.
67.TP 10
68.B f
69causes
70.I arff
71to use the next argument as the name of the archive instead
72of /dev/floppy.
73.TP 10
74.B m
75causes
76.I arff
77not to use the mapping algorithm employed in interleaving sectors
78around a floppy disk. In conjunction with the
79.B f
80option it may be
81used for extracting files from rt11 formatted cartridge disks, for
82example.
83.SH FILES
84/dev/floppy
85.SH "SEE ALSO"
86``Configuring the Berkeley Virtual Memory Extensions to theUNIX System''
87which describes how to set up boot files on the floppy.
88.SH BUGS
89Multiple segmented rt11 directories are not yet supported.
90.br
91Floppy errors are handled ungracefully.
92.SH AUTHORS
93Keith Sklower, Richard Tuck