From 58be2109088a152bb2d12f1019f7dbab4073923e Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Thu, 24 Jan 2019 07:24:38 +0000
Subject: [PATCH] New demo archives (with /opt dir for testing auto cd into single sub directory entries).

---
 borgbutler-core/README.adoc |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/borgbutler-core/README.adoc b/borgbutler-core/README.adoc
index 8589582..1074d70 100644
--- a/borgbutler-core/README.adoc
+++ b/borgbutler-core/README.adoc
@@ -10,7 +10,12 @@
 
 == Development
 === Creating test data
-1. Install virtual debian system
-2. `apt install net-tools curl`
-3. Execute script `./createFiles.sh` on debian host (borg is installed automatically)
-4. See the result files in `out.tar`.
\ No newline at end of file
+1. Install virtual debian system (including user `borgbutler).
+2. Enable ssh:
+   .. Port-forward: Virtual box network settings: [name=SSH], [protocol=TCP], [Host IP=127.0.0.1], [Host Port=2222], [Guest IP=10.0.0.15], [Guest Port=22]
+   .. Connect to virtual machine: `ssh -p 2222 borgbutler@127.0.0.1
+3. `apt install net-tools curl`
+4. Execute script `./createFiles.sh` as root on debian host (borg is installed automatically)
+5. See and get the result files in `out.tar`:
+   .. `cp out.tar /home/borgbutler`
+   .. From host system: `scp -P 2222 borgbutler@127.0.0.1:out.tar`
\ No newline at end of file

--
Gitblit v1.10.0