Skip to content

Commit

Permalink
Correct some links and README
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenheimjelid committed Jan 10, 2020
1 parent 9fd8cb2 commit ed9d7b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion medium/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Medium

In 'medium' folder, here; you can find scripts for bash using libraries or additional commands, each folder explains which library o command use, and how install.

Here is a list of scripts, where you can find "for what use" each folder here:

* soon...
* [https://github.com/eisenheimjelid/scripts-bash/tree/master/medium/twit](twit) Send a twit from command-line, or get your timeline
* [https://github.com/eisenheimjelid/scripts-bash/tree/master/medium/gitlab-backups](Gitlab backup) Create a full backup of Gitlab self-hosted

## Comments

Each folder contains a file name ends '-debug', for explain script and other with same name but without '-debug' for use as is, without comments.
9 changes: 6 additions & 3 deletions medium/gitlab-backups/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#Gitlab Backup
# Gitlab Backup

This script needs a Gitlab self-hosted installed. With this script, you can make a full backup of repositories, db,
wiki, uploaded files and basically all; for a DRP (dissaster recovery plan) or whatever you need for manteinance
of your self-hosted instance of Gitlab.
Expand All @@ -11,11 +12,13 @@ I recommend use this script, with the next crontab line (with root user):
With the marks time into the script, and the backup-log.txt, you can review posible errors with the `gitlab-rake`
command, and maybe correct them.

#Install Gitlab
## Install Gitlab

A couple of links, for install Gitlab:
* https://computingforgeeks.com/how-to-install-and-configure-gitlab-ce-on-debian-buster/
* https://about.gitlab.com/install/

#About Gitlab
## About Gitlab

If you want to know more about Gitlab, you can see all about that in:
* https://about.gitlab.com/

0 comments on commit ed9d7b8

Please sign in to comment.