diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml
index be6ba41e125edc13d6e6bf9c5a7f9f6a4700c944..9a3bc43488aba78b0c49cfb1db290b1769810ef8 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>