Fix a mistake in the gnt-backup man page
authorIustin Pop <iustin@google.com>
Fri, 3 Oct 2008 14:31:53 +0000 (14:31 +0000)
committerIustin Pop <iustin@google.com>
Fri, 3 Oct 2008 14:31:53 +0000 (14:31 +0000)
The actual location is /export, not /exports.

Reviewed-by: ultrotter

man/gnt-backup.sgml

index a5b3360..9d693de 100644 (file)
@@ -69,7 +69,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>
 
         <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>