list-backups

Synopsis

netapi ise list-backups [OPTIONS]

Description

Lists available backup files in a specified repository.

Options

Option Default Description

--repo, -r

nas-01

Repository name

Example

netapi ise list-backups --repo nas-01

Output:

          Backups in nas-01
 Name                                          Size    Date
 pre-byod-migration-CFG10-260124-1845.tar.gpg  45MB    2026-01-24
 backup-20251229-123145-CFG10-251229-1231.tar.gpg  42MB  2025-12-29

Backup Naming Convention

ISE backup files follow this pattern:

\{prefix\}-CFG\{version\}-\{YYMMDD\}-\{HHMM\}.tar.gpg
  • prefix: Your --name value or "backup"

  • CFG{version}: ISE config version

  • YYMMDD-HHMM: Date and time stamp

  • .tar.gpg: Encrypted tarball

See Also