max-age
, defaults to effectively unlimited (99y years) lookback. For performance reasons, you may want to specify an appropriately narrow period for your use case, like 1w
or 2m
.Usage:
aptible backup:orphaned
Options:
--env, [--environment=ENVIRONMENT]
[--max-age=MAX_AGE] # Limit backups returned (example usage: 1w, 1y, etc.)
# Default: 99y
Was this page helpful?