> ## Documentation Index
> Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# aptible backup:list

This command lists all [Database Backups](/docs/core-concepts/managed-databases/managing-databases/database-backups) for a given [Database](/docs/core-concepts/managed-databases/overview).

<Note>
  The option, `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 `3d` or `2w`.
</Note>

## Synopsis

```
Usage:
  aptible backup:list DB_HANDLE [flags]

Flags:
  -e, --env string           Environment handle (alias)
      --environment string   Environment handle
      --max-age string       Maximum age of backups to show (e.g. 1w, 30d, 1y) (default "99y")
```

# Examples

```shell theme={null}
aptible backup:list "$DB_HANDLE"
```
