Skip to content
Snippets Groups Projects
Commit a4e63213 authored by jurgenhaas's avatar jurgenhaas
Browse files

Delete local backups after 7 days

parent b1fe2cb0
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ gitlab_rails['backup_upload_connection'] = {
'google_storage_secret_access_key' => '{{ gcloud[gitlab_backup.gcloud].interoperability.secret }}'
}
gitlab_rails['backup_upload_remote_directory'] = '{{ gitlab_backup.directory }}'
gitlab_rails['backup_keep_time'] = 604800
## For setting up different data storing directory
## see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#storing-git-data-in-an-alternative-directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment