Skip to main content
Common Reference

tpm cert backup

The tpm cert backup action backups up one or more files/directories represented by the typeSpec.

Usage
tpm cert backup [typeSpec]
  • All backups are created with an ISO timestamp extension (.YYYYMMDDHHMMSS)
  • Use --extra|-x to show the command executed

[typeSpec] for backup must be one of:

  • base|b DIR /opt/continuent/generated/ TO Parent dir if base dir is not the same as the certs dir, otherwise /opt/continuent/backups/
  • certs|c DIR /opt/continuent/generated/ TO /opt/continuent/backups/
  • env|e FILE /opt/continuent/share/tungsten.env TO /opt/continuent/share/
  • ini|i FILE &definifile; TO /etc/tungsten/
  • mysql|m DIR / TO /opt/continuent/backups/
  • share|s DIR /opt/continuent/share/ TO /opt/continuent/backups/

Examples

shell> tpm cert backup base
shell> tpm cert backup certs
shell> tpm cert backup env
shell> tpm cert backup ini
shell> tpm cert backup my
shell> tpm cert backup share