services.duplicity.cleanup.maxIncr

NixOS option

If non-null, delete incremental sets of all backups sets that are older than the count:th last full backup (in other words, keep only old full backups and not their increments).

type: null or signed integer
Default
null
Example
1
declared in: nixos/modules/services/backup/duplicity.nixView source on NixOS/nixpkgs →