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

# fly postgres backup

Backup commands

## Usage

```
fly postgres backup [command] [flags]
```

## Available Commands

* [config](/flyctl/cmd/fly_postgres_backup_config)	 - Manage backup configuration
* [create](/flyctl/cmd/fly_postgres_backup_create)	 - Create a backup
* [enable](/flyctl/cmd/fly_postgres_backup_enable)	 - Enable backups on a Postgres cluster, creating a Tigris bucket for storage
* [list](/flyctl/cmd/fly_postgres_backup_list)	 - List backups
* [restore](/flyctl/cmd/fly_postgres_backup_restore)	 - Performs a WAL-based restore into a new Postgres cluster.

## Options

```
  -h, --help   help for backup
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly postgres](/flyctl/cmd/fly_postgres)	 - Unmanaged Postgres cluster commands
