services.duplicity.fullIfOlderThan

NixOS option

If "never" (the default) always do incremental backups (the first backup will be a full backup, of course). If "always" always do full backups. Otherwise, this must be a string representing a duration. Full backups will be made when the latest full backup is older than this duration. If this is not the case, an incremental backup is performed.

type: string
Default
"never"
Example
"1M"
declared in: nixos/modules/services/backup/duplicity.nixView source on NixOS/nixpkgs →