Backing up your Manager allows you to restore it to operational status, including a complete installation of the Manager and its associated jobs, job templates, database, and other resources. Backup jobs are listed on the Administration > Manager > Backup page and are part of the initial Manager setup task list.
Note: Backing up a Manager has been simplified from previous versions of Manager+Agents. Backups now include the Manager software, allowing you to restore a Manager without installing the Manager software first and require more disk space than previous backups.
It is recommended that you schedule a backup job to run once a day. Backup jobs cannot run at the same time as a maintenance job. Maintenance jobs alter files included in a Manager backups, causing the backup job to fail, or to contain corrupted data.
To create a Manager backup job:
To edit an existing backup job, select the job from the job list and click Edit.
Manager backups are stored as .jar
archive files, identified by the Manager name, version, and time stamp. Before restoring your Manager, ensure that the system hostname matches the original Manager.
To restore your Manager:
Transfer the backup file to the Manager.
Connect to the Manager using SSH or another remote access tool.
On the command line, unzip the .jar
backup file.
Linux: Open the terminal and enter the following command:
unzip <file>.jar
Windows: Use a utility such as 7-Zip to expand the archive.
Start the restore process:
Linux: Run the linux_restore_manager.sh
script.
Windows: Run windows_restore_manager.bat
.