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