services.snapraid.exclude

NixOS option

SnapRAID exclude directives.

type: list of string
Default
[ ]
Example
[
  "*.unrecoverable"
  "/tmp/"
  "/lost+found/"
]
declared in: nixos/modules/services/backup/snapraid.nixView source on NixOS/nixpkgs →