active
last updated:

maximum_incremental_snapshots_to_retain

The maximum number of incremental snapshot archives to hold on to when purging older snapshots."

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "maximum_incremental_snapshots_to_retain",
  "properties": {
    "long": "maximum-incremental-snapshots-to-retain",
    "value_name": "NUMBER",
    "takes_value": "true",
    "default_value": "&default_args.maximum_incremental_snapshot_archives_to_retain",
    "validator": "validate_maximum_incremental_snapshot_archives_to_retain",
    "help": "\n                    \"The maximum number of incremental snapshot archives to hold on to when \\\n                     purging older snapshots.\",\n                "
  },
  "isDeprecated": false
}