Skip to content

Commit

Permalink
Merge pull request #38 from sund/develop
Browse files Browse the repository at this point in the history
Purge remaining ref to CI backups
  • Loading branch information
sund committed Feb 25, 2016
2 parents 8e65963 + afab6f4 commit 0a44b74
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ Change ```/etc/gitlab/gitlab.rb``` to expire backups
gitlab_rails['backup_keep_time'] = 604800
```

If you use the CI server, enable CI Backup expiration

```
## Backup settings
backup:
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
# limit CI backup lifetime to 7 days - 604800 seconds
gitlab_ci['backup_keep_time'] = 604800
```

### Installation

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

0 comments on commit 0a44b74

Please sign in to comment.