annotate docs/nitros9guide/backup.refentry @ 142:4cd37950c605

More splitups.
author roug
date Sun, 07 Jul 2002 09:54:04 +0000
parents 52af9581ef1e
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="backup">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname id="backupname">BACKUP</refname>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Make a backup copy of a disk</refpurpose>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
6
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>BACKUP</command>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
11 <option>e</option>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="opt">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
14 <option>s</option>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
16 <arg choice="opt">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
17 <option>-v</option>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
18 </arg>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
19 <arg choice="opt">&replstart;devname&replend;
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
20 <arg choice="opt">&replstart;devname&replend;</arg></arg>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
21 </cmdsynopsis>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
22 </refsynopsisdiv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
23
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
24 <refsect1><title>Description</title>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
25 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
26 This command is used to physically copy all data from one device to
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
27 another. A physical copy is performed sector by sector without
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
28 regard to file structures. In almost all cases the devices
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
29 specified mun.t have the exact same format (size, density, etc.) and
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
30 must not have defective sectors.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
31 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
32 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
33 If both device name are omitted the names &quot;/d0&quot; and &quot;/d1&quot; are
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
34 assumed. If the second device name is omitted, a single unit backup
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
35 will be performed on the drive specified.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
36 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
37 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
38 The options are:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
39 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
40 <literallayout>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
41 E = Exit if any read error occurs.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
42 S = Print single drive prompt message.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
43 -V = Do not verify.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
44 #nK = more memory makes backup run faster
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
45 </literallayout>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
46 </refsect1>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
47 <refsect1><title>Examples</title>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
48 <screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
49 backup /D2 /D3
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
50
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
51 backup -V
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
52
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
53
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
54
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
55 OS9: backup
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
56
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
57 Ready to BACKUP from /D0 to /D1 ?: Y
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
58 MYDISK is being scratched
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
59 OK ?: Y
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
60 Number of sectors copied: $04D0
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
61 Verify pass
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
62 Number of sectors verified: $04D0
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
63 OS9:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
64 </screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
65 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
66 Below is an example of a single drive backup. BACKUP will read a
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
67 portion of the source disk into memory, you remove the source disk
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
68 and place the destination disk into the drive, BACKUP writes on the
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
69 destination disk, you remove the destination disk and place the
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
70 source disk into the drive. This continues until the entire disk
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
71 has been copied. Giving BACKUP as much memory as possible will cause
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
72 fewer disk exchanges to be required.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
73 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
74 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
75 For more information see: 1.1.2
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
76 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
77 <screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
78 OS9:backup /D0 #10k
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
79
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
80 Ready to BACKUP from /D0 to /D0 ?: Y
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
81 Ready DESTINATION, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
82 MYDISK is being scratched
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
83 OK ?: Y
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
84 Ready SOURCE, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
85 Ready DESTINATION, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
86 Ready SOURCE, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
87 Ready DESTINATION, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
88
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
89 (several repetitions)
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
90
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
91 Ready DESTINATION, hit a key:
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
92 Number of sectors copied: $4D0
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
93 Verify pass
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
94 Number of sectors verified: $4D0
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
95 </screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
96 </refsect1>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
97 </refentry>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
98