> ## 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 db:backup

This command is used to create [Database Backups](/docs/core-concepts/managed-databases/managing-databases/database-backups).

## Synopsis

```
Usage:
  aptible db:backup HANDLE [flags]

Flags:
  -e, --env string           Environment handle (alias)
      --environment string   Environment handle
```

# Examples

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