Revision f69dab6d man/gnt-backup.sgml

b/man/gnt-backup.sgml
66 66
      </cmdsynopsis>
67 67

  
68 68
      <para>
69
        Exports an instance to the target node. All the instance
70
        data and its configuration will be exported under the
71
        /srv/ganeti/exports/instance directory on the target node.
69
        Exports an instance to the target node. All the instance data
70
        and its configuration will be exported under the
71
        /srv/ganeti/exports/<replaceable>instance</replaceable>
72
        directory on the target node.
72 73
      </para>
73 74

  
74 75
      <para>
......
102 103
            <arg>plain</arg>
103 104
            <arg>local_raid1</arg>
104 105
            <arg>remote_raid1</arg>
106
            <arg>drbd</arg>
105 107
          </group>
106 108
        </arg>
109
        <sbr>
107 110
        <arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
108 111
        <arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
109 112
        <arg choice="req"><replaceable>instance</replaceable></arg>
......
119 122

  
120 123
      <para>
121 124
        The <option>-s</option> option specifies the disk size for
122
        the instance, in gigibytes (defaults to 20 GiB).
125
        the instance, in gibibytes (defaults to 20 GiB).
123 126
      </para>
124 127

  
125 128
      <para>
......
130 133

  
131 134
      <para>
132 135
        The <option>-m</option> option specifies the memory size for
133
        the instance, in megibytes (defaults to 128 MiB).
136
        the instance, in mebibytes (defaults to 128 MiB).
134 137
      </para>
135 138

  
136 139
      <para>
......
171 174
            <term>remote_raid1</term>
172 175
            <listitem>
173 176
              <para>
174
                Disk devices will be md raid1 arrays with one component (so
175
                it's not actually raid1): a drbd device between the instance's
176
                primary node and the node given by the second value of the
177
                Disk devices will be md raid1 arrays with one
178
                component (so it's not actually raid1): a drbd (0.7.x)
179
                device between the instance's primary node and the
180
                node given by the second value of the
177 181
                <option>--node</option> option.
178 182
              </para>
179 183
            </listitem>
180 184
          </varlistentry>
185
          <varlistentry>
186
            <term>drbd</term>
187
            <listitem>
188
              <para>
189
                Disk devices will be drbd (version 8.x) on top of lvm
190
                volumes. They are equivalent in functionality to
191
                <replaceable>remote_raid1</replaceable>, but are
192
                recommended for new instances (if you have drbd 8.x
193
                installed).
194
              </para>
195
            </listitem>
196
          </varlistentry>
181 197
        </variablelist>
182 198
      </para>
183 199

  
......
208 224
      </cmdsynopsis>
209 225

  
210 226
      <para>
211
        Lists the exports currently available in the default directory in all
212
        the nodes of the current cluster, or optionally only a subset of them
213
        specified by the <option>--nodes</option> option.
227
        Lists the exports currently available in the default directory
228
        in all the nodes of the current cluster, or optionally only a
229
        subset of them specified by the <option>--nodes</option>
230
        option (use this option multiple times to select multiple
231
        nodes).
214 232
      </para>
215 233

  
234
      <para>
235
      Example:
236
<screen>
237
# gnt-backup list --nodes node1 --nodes node2
238
</screen>
216 239
    </refsect2>
217 240

  
218 241
  </refsect1>

Also available in: Unified diff