From 56118de553f374d3ade657612ee032f3057510b2 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 3 Oct 2008 14:32:30 +0000
Subject: [PATCH] Fix a mistake in the gnt-backup man page

The actual location is /export, not /exports.

Reviewed-by: ultrotter
---
 man/gnt-backup.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml
index be6ba41e1..9a3bc4348 100644
--- a/man/gnt-backup.sgml
+++ b/man/gnt-backup.sgml
@@ -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>
-- 
GitLab