move gbp.conf to debian/
[debian/dds2tar] / debian / ddstool.1
1 .TH DDSTOOL 1 "9 Januar 1997"\r
2 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection\r
3 .\" other parms are allowed: see man(7), man(1)\r
4 .SH NAME\r
5 ddstool \- simple shell script to manage dds tapes\r
6 .SH SYNOPSIS\r
7 .B ddstool\r
8 .I "<command> <options>"\r
9 .SH "DESCRIPTION"\r
10 This manual page documents briefly the\r
11 .BR ddstool\r
12 command.\r
13 This manual page was written for the Debian GNU/Linux distribution\r
14 (but may be used by others), because the original program does not\r
15 have a manual page.\r
16 .PP
17 Since the version of tar now shipping in Debian does not contain the
18 patch necessary to support the \-\-record-file option, this program 
19 will do nothing useful unless you're running a locally patched version
20 of tar.
21 .PP\r
22 First label a tape:\r
23 .RS\r
24 .sp\r
25 ddstool create-label 'unique-string and more'\r
26 .sp\r
27 .RE\r
28 To archive something:\r
29 .RS\r
30 .sp\r
31 ddstool append pathnames...\r
32 .sp\r
33 .RE\r
34 To delete the old index-files and make a new label:\r
35 .RS\r
36 .sp\r
37 ddstool new-label 'unique-string and more strings'\r
38 .sp\r
39 .RE\r
40 Each index is stored by the pathnames:\r
41 .RS\r
42 .sp\r
43 $A/$unique-string.$file-number         (soft link)\r
44 \r
45 $A/$timestamp-of-the-tapelabel.$file-number (file)\r
46 .sp\r
47 .RE\r
48 .SH AUTHOR\r
49 This manual page was written by Christian Schwarz\r
50 for the Debian GNU/Linux system.\r