services.duplicity.cleanup.maxFull

NixOS option

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

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