services.duplicity.include

NixOS option

List of paths to include into the backups. See the FILE SELECTION section in duplicity(1) for details on the syntax.

type: list of string
Default
[ ]
Example
[
  "/home"
]
declared in: nixos/modules/services/backup/duplicity.nixView source on NixOS/nixpkgs →