On this page

Take a new snapshot of the bucket's current state. Optionally provide a name for the snapshot.

**Alias:** `t`

## Usage

```bash
tigris snapshots take <name> [snapshot-name]

t3 s t <name> [snapshot-name]
```

## Examples

```bash
# Take a snapshot with auto-generated name
tigris snapshots take my-bucket

# Take a named snapshot
tigris snapshots take my-bucket my-snapshot
```

- Usage
- Examples
