dcos backup list

ENTERPRISE

Listing backups

Description

The dcos backup list command will list all known backups.

Usage

  1. dcos backup list [prefix] [flags]

Options

NameDescription
—help, hDisplay help for this command.
—jsonDisplay output in JSON format.

Positional Arguments

NameDescription
prefixIdentifying prefix attached to file name for sorting purposes.

Example

List all backups

  1. $ dcos backup list
  2. BACKUP ID VERSION STATUS TIMESTAMP
  3. --------- ------- ------ ---------
  4. backup-1-fd4bdc87-889c-48c3-a656-9f8e96474b27 1.13.0 STATUS_READY 2019-03-18 23:06:41.836197172 +0000 UTC
  5. backup2-c55c20e9-ba3f-46a6-b944-20a790b5491a 1.13.0 STATUS_READY 2019-03-18 23:15:47.639999548 +0000 UTC
  6. backup3-317c19df-34e4-41a0-93c9-d66c7f307208 1.13.0 STATUS_BACKING_UP 2019-03-18 23:16:33.265478871 +0000 UTC

List only backups starting with ‘backup-’

  1. dcos backup list backup-
  2. BACKUP ID VERSION STATUS TIMESTAMP
  3. --------- ------- ------ ---------
  4. backup-1-fd4bdc87-889c-48c3-a656-9f8e96474b27 1.13.0 STATUS_READY 2019-03-18 23:06:41.836197172 +0000 UTC

Parent command

CommandDescription
dcos backupCreate, delete, list, restore and show backup commands.