fix: dont need to keep backups for long since they are moved to a diff server
This commit is contained in:
parent
e5c9c16323
commit
fb4685797b
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ in {
|
|||
backup = {
|
||||
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
|
||||
path = "/etc/skynet/backups/gitlab"; # Has to be same as line 182
|
||||
keepTime = 2190; # 3 months(hours) - 12 backups untill the first one gets deleted
|
||||
keepTime = 24; # (Hours) Backups are uploaded to seperate server
|
||||
skip = ["builds" "artifacts" "registry" "packages" "terraform_state"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue