services.gitlab.backup.skip

NixOS option

Directories to exclude from the backup. The example excludes CI artifacts and LFS objects from the backups. The tar option skips the creation of a tar file. Refer to https://docs.gitlab.com/ee/raketasks/backup_restore.html#excluding-specific-directories-from-the-backup for more information.

type: one of "db", "uploads", "builds", "artifacts", "lfs", "registry", "pages", "repositories", "tar" or list of (one of "db", "uploads", "builds", "artifacts", "lfs", "registry", "pages", "repositories", "tar")
Default
[ ]
Example
[
  "artifacts"
  "lfs"
]
declared in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →