Revision f5c0c206 man/gnt-backup.rst

b/man/gnt-backup.rst
24 24
EXPORT
25 25
~~~~~~
26 26

  
27
**export** {-n *node*} [\--shutdown-timeout=*N*] [\--noshutdown]
28
[\--remove-instance] [\--ignore-remove-failures] {*instance*}
27
| **export** {-n *node*} [\--shutdown-timeout=*N*] [\--noshutdown]
28
| [\--remove-instance] [\--ignore-remove-failures] [\--submit]
29
| {*instance*}
29 30

  
30 31
Exports an instance to the target node. All the instance data and
31 32
its configuration will be exported under the
......
53 54
that for any non-zero exit code, the backup is considered invalid,
54 55
and retried.
55 56

  
57
See **ganeti(7)** for a description of ``--submit`` and other common
58
options.
59

  
56 60
Example::
57 61

  
58 62
    # gnt-backup export -n node1.example.com instance3.example.com
......
71 75
| [-t [diskless | plain | drbd | file]]
72 76
| [\--identify-defaults]
73 77
| [\--ignore-ipolicy]
78
| [\--submit]
74 79
| {*instance*}
75 80

  
76 81
Imports a new instance from an export residing on *source-node* in
......
205 210
affect the hypervisor, backend and NIC parameters, both read from
206 211
the export file and passed in via the command line.
207 212

  
213
See **ganeti(7)** for a description of ``--submit`` and other common
214
options.
215

  
208 216
Example for identical instance import::
209 217

  
210 218
    # gnt-backup import -n node1.example.com instance3.example.com

Also available in: Unified diff