Skip to content
Snippets Groups Projects
Commit 56118de5 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix a mistake in the gnt-backup man page

The actual location is /export, not /exports.

Reviewed-by: ultrotter
parent 65dfd777
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
<para>
Exports an instance to the target node. All the instance data
and its configuration will be exported under the
/srv/ganeti/exports/<replaceable>instance</replaceable>
/srv/ganeti/export/<replaceable>instance</replaceable>
directory on the target node.
</para>
......@@ -212,7 +212,7 @@
<screen>
# gnt-backup import -t plain -s 30 -m 512 -n node1.example.com \
> --src-node=node2.example.com \
> --src-dir=/srv/ganeti/exports/instance3.example.com \
> --src-dir=/srv/ganeti/export/instance3.example.com \
> instance3.example.com
</screen>
</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment