Skip to content

Commit 0a44b74

Browse files
committed
Merge pull request #38 from sund/develop
Purge remaining ref to CI backups
2 parents 8e65963 + afab6f4 commit 0a44b74

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ Change ```/etc/gitlab/gitlab.rb``` to expire backups
2727
gitlab_rails['backup_keep_time'] = 604800
2828
```
2929

30-
If you use the CI server, enable CI Backup expiration
31-
32-
```
33-
## Backup settings
34-
backup:
35-
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
36-
# limit CI backup lifetime to 7 days - 604800 seconds
37-
gitlab_ci['backup_keep_time'] = 604800
38-
```
39-
4030
### Installation
4131

4232
Clone to your directory of choice. I usually use ```/usr/local/sbin```

0 commit comments

Comments
 (0)