You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-13Lines changed: 37 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
## AutoGITBackup
1
+
## auto gitlab Backup
2
2
3
3
http://sund.la/glup
4
4
5
5
----
6
6
7
-
A collection of scripts to use omnibus-gitlab's own backup ```gitlab-rake``` command on a cron schedule and rsync to another server, if wanted, or to restore a backup.
7
+
A script to use omnibus-gitlab's own backup ```gitlab-rake``` command on a cron schedule and rsync to another server, if wanted. There is also a restore script available (see below.)
8
8
9
-
Also will backup and copy the Gitlab-CI DB if configured.
9
+
It can backup and copy the Gitlab-CI DB, if configured.
10
10
11
-
This script is now more omnibus-gitlab centric. Compare your config fiile with the template! Usage with a source install is possible but not expressly shown here.
11
+
This script is now more omnibus-gitlab centric. Compare your config file with the template! Usage with a source install is possible but not expressly shown here.
12
12
13
13
#### Clone
14
14
@@ -23,7 +23,7 @@ Change ```/etc/gitlab/gitlab.rb``` to expire backups
23
23
gitlab_rails['backup_keep_time'] = 604800
24
24
```
25
25
26
-
If you use the CI server, enable Ci Backup expiration
26
+
If you use the CI server, enable CI Backup expiration
0 commit comments