diff --git a/applications/gitlab.nix b/applications/gitlab.nix index e0fe3e0..5d05f09 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -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 };