# List

List the backups stored on a target, with their size and when they were taken.

### Syntax

```
$ vela backup list
$ vela backup list -t staging
```

### Options

- `-t, --target <target>` - Which copy of the app to act on, defaults to `production`
- `--server <ssh>` - Server this target runs on, recorded on first use

Both the archives you took with [`vela backup create`](/backup/create) and the ones made by [`vela backup schedule`](/backup/schedule) are listed. Scheduled archives are named `@auto_pb_backup_…` and are the only ones the schedule's own `--keep` prunes.