#25 Gitlab backup options #116
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ in {
|
||||||
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
|
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
|
||||||
path = backup_path;
|
path = backup_path;
|
||||||
keepTime = 24; # (Hours) Backups are uploaded to seperate server
|
keepTime = 24; # (Hours) Backups are uploaded to seperate server
|
||||||
skip = ["builds" "artifacts" "registry"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup
|
skip = ["builds" "artifacts" "registry" "tar"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup
|
||||||
};
|
};
|
||||||
|
|
||||||
# use the local email client
|
# use the local email client
|
||||||
|
|
Loading…
Reference in a new issue