Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 762 Bytes

command-line-utilities.md

File metadata and controls

29 lines (20 loc) · 762 Bytes

Command Line Utilities

Kumu Enterprise comes with a set of command line utilities to help administer your appliance.

SSH access is required to use the utilities, so make sure to enable ssh access if you haven't already done so.

kumu-export

Export the appliance's data and settings.

ssh admin@<hostname> -- "kumu-export" > kumu-backup.tar.gz

kumu-import

Import an existing backup into a fresh appliance. (Make sure your license and the latest software bundle have been uploaded before running this command.)

ssh admin@<hostname> -- "kumu-import" < kumu-backup.tar.gz
Have questions? Contact Support