diff --git a/stack/lamp/apache/instance-apache-export.cfg.jinja2 b/stack/lamp/apache/instance-apache-export.cfg.jinja2
index ac2c24505c5d86beb50fbe4e49e25dab7fcfe998..594faa18e9f9b684140d2c07db7bb39e3a65ef48 100644
--- a/stack/lamp/apache/instance-apache-export.cfg.jinja2
+++ b/stack/lamp/apache/instance-apache-export.cfg.jinja2
@@ -29,9 +29,13 @@ parts +=
 
 {{ replicated.replicate("mariadb", "3", "mariadb-export", "mariadb-import") }}
 
-# Nothing to do for the exporter. Just dummy part that does nothing.
-# For httpd instance, PBS will directly pull data from srv/www.
-# XXX-Cedric: write a real backup system.
+# Nothing to do for the exporter. This wrapper is intended
+# to produce the "dump" files that have to be backed up.
+# So, in case of binary DB data, we would back up the ASCII dump
+# files, or a similar data format that can be restored on any machine
+# (i.e. postgres 'custom')
+# In the case of an httpd instance, the src/www directory can be directly
+# pulled from the PBS, we don't need to prepare anything.
 [exporter]
 wrapper = /bin/true
 
diff --git a/stack/lapp/apache/instance-apache-export.cfg.jinja2 b/stack/lapp/apache/instance-apache-export.cfg.jinja2
index 7e6c20b1305c603977710f9050da13cd3744f33f..cbfea109d5beadc47dc81c317e95f106c8812b41 100644
--- a/stack/lapp/apache/instance-apache-export.cfg.jinja2
+++ b/stack/lapp/apache/instance-apache-export.cfg.jinja2
@@ -29,9 +29,13 @@ parts +=
 
 {{ replicated.replicate("postgres", "3", "postgres-export", "postgres-import") }}
 
-# Nothing to do for the exporter. Just dummy part that does nothing.
-# For httpd instance, PBS will directly pull data from srv/www.
-# XXX-Cedric: write a real backup system.
+# Nothing to do for the exporter. This wrapper is intended
+# to produce the "dump" files that have to be backed up.
+# So, in case of binary DB data, we would back up the ASCII dump
+# files, or a similar data format that can be restored on any machine
+# (i.e. postgres 'custom')
+# In the case of an httpd instance, the src/www directory can be directly
+# pulled from the PBS, we don't need to prepare anything.
 [exporter]
 wrapper = /bin/true