Revision 2a84b7d3

b/lib/client/gnt_backup.py
115 115
  IDENTIFY_DEFAULTS_OPT,
116 116
  SRC_DIR_OPT,
117 117
  SRC_NODE_OPT,
118
  IGNORE_IPOLICY_OPT,
118 119
  ]
119 120

  
120 121

  
b/man/gnt-backup.rst
70 70
| [--src-node=*source-node*] [--src-dir=*source-dir*]
71 71
| [-t [diskless | plain | drbd | file]]
72 72
| [--identify-defaults]
73
| [--ignore-ipolicy]
73 74
| {*instance*}
74 75

  
75 76
Imports a new instance from an export residing on *source-node* in
......
191 192
The ``--src-dir`` option allows importing instances from a directory
192 193
below ``@CUSTOM_EXPORT_DIR@``.
193 194

  
195
If ``--ignore-ipolicy`` is given any instance policy violations occuring
196
during this operation are ignored.
197

  
194 198
Since many of the parameters are by default read from the exported
195 199
instance information and used as such, the new instance will have
196 200
all parameters explicitly specified, the opposite of a newly added

Also available in: Unified diff