#25 Gitlab backup options #116

Open
esy wants to merge 6 commits from gitlab_backup into main
Showing only changes of commit fb4685797b - Show all commits

View file

@ -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
};