No functional changes, it's time to update this file!

I think I'll make it a README.MD and use the same pandoc mechanism than for 
Gradle migration page, to create a dynamic page in wiki based on this file.

I'll also update the releasing page in wiki to add all files which need an 
update when releasing. 

So far, if it misses, the doap_OFBiz.rdf in website and this one

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1778759 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/demo-backup/README b/tools/demo-backup/README
index 7504f4f..12d08ee 100644
--- a/tools/demo-backup/README
+++ b/tools/demo-backup/README
@@ -1,26 +1,28 @@
-3 instances of OFBiz on this VM:
+3 instances of OFBiz on the OFBiz demo VM2 at https://ofbiz-vm2.apache.org. This is the second instance of VM we use hence the 2 in its name.
+
+We currently use a self-signed certificate
 
 trunk: the trunk version
-stable: the last stable version (currently 13.07)
-old: the previous stable version (currently 12.04)
+stable: the last stable version (currently 16.11)
+old: the previous stable version (currently 13.07)
 
-{checking}
-        Note: Only run the ofbiz demos using the 'ofbizDemo' user, never run as root.
+Note: Only run the ofbiz demos using the 'ofbizDemo' user, never run as root.
 
-        To do this sudo to the ofbizDemo user:
+    To do this sudo to the ofbizDemo user:
 
-        sudo -s -u ofbizDemo -H
+    sudo -s -u ofbizDemo -H
 
-        sudo uses OTP (One Time Password), so you not only need to be registered as a sudoer (ask Infra) but also to use a tool like Donkey on Ubuntu (jleroux: I use that) to generate the OTP
-        Then you can start/stop as required.
+    sudo uses OTP (One Time Password), so you not only need to be registered as a sudoer (ask Infra) but also to use a tool like Donkey on Ubuntu (jleroux: I use that) to generate the OTP
+    Then you can start/stop as required.
 
-        To check if the demos are being run as the ofbizDemo user:
+    To check if the demos are being run as the ofbizDemo user:
 
-        ps aux | grep ofbizDemo
+    ps aux | grep ofbizDemo
 
-        The first column on the left tell you the username the demo is
-        being run as - it should say ofbizDemo (UID) or 9997 (GID) !
-{checking}
+    The first column on the left tell you the username the demo is
+    being run as - it should say ofbizDemo (UID) or 9997 (GID) !
+
+    Type 'exit' to exit the ofbizDemo user and return to your normal user.
 
 Also note that the demos are usually updated and started/stopped
 automatically using the check-svn-update.sh script in this
@@ -34,8 +36,3 @@
 stable-manual-nicely.sh
 old-manual-nicely.sh
 
-{checking}
-        Type 'exit' to exit the ofbizDemo user and return to your normal user.
-{checking}
-
-Note: the notsoserial-1.0-SNAPSHOT.jar library is provided as an example, it might not be up to date. Be sure to check https://cwiki.apache.org/confluence/display/OFBIZ/Keeping+OFBiz+secure
\ No newline at end of file