From 046b6fddefb7f3a4960d41b9cbb6850e68ba0025 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 8 May 2018 07:39:26 +0200 Subject: [PATCH] docs: close #1354 --- docs/guide-regular-backup.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/guide-regular-backup.md b/docs/guide-regular-backup.md index 732723ce8..db8fad785 100644 --- a/docs/guide-regular-backup.md +++ b/docs/guide-regular-backup.md @@ -21,12 +21,9 @@ Steps: 6. Test backup by staging + commit + pushing from abapGit manually 7. Configure "background mode" for repository, Advanced -> Background mode. - -7a. Set to "Automatic push", - -7b. Enter username and password(note: password will be stored in clear text). If abapGit and abapGitServer runs on the same ABAP server, then no password is required, as it will automatically use logon tickets. - -7c. Set commit author = "Automatic" this will find the user which last changed the objects and use these in the commits. +* Set to "Automatic push", +* Enter username and password(note: password will be stored in clear text). If abapGit and abapGitServer runs on the same ABAP server, then no password is required, as it will automatically use logon tickets. +* Set commit author = "Automatic" this will find the user which last changed the objects and use these in the commits. 8. On the background mode page: click "Run background logic" to test the setup works