fly volumes snapshots

Manage volume snapshots. A snapshot is a point-in-time copy of a volume. Snapshots can be used to create new volumes or restore a volume to a previous state.

Usage

fly volumes snapshots [command] [flags]

Available Commands

  • create - Create a volume snapshot.
  • list - List snapshots.

Options

  -h, --help   help for snapshots

Global Options

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

See Also