fix: dont need to keep backups for long since they are moved to a diff server

This commit is contained in:
daragh 2024-03-25 12:03:51 +00:00
parent e5c9c16323
commit fb4685797b
No known key found for this signature in database

View file

@ -221,7 +221,7 @@ in {
backup = { backup = {
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
path = "/etc/skynet/backups/gitlab"; # Has to be same as line 182 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 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
}; };