Cobra Help

Backup Project Process

Use the Backup Project API process to back up a Cobra project in a specified location.

Process Settings

Below are the settings you must define for the Backup Project API process.

Setting

Description

Sample Value

ProcessID

This setting informs Cobra to run the Backup Project process.

BackupProject

Project

This setting refers to the project that you are creating a backup for.

This setting is required. The project name is case-sensitive.

Demo Advanced

Destination

This is the directory where you want to save the backed up project file.

This setting is required.

C:\\Cobra\\Project\\System\\

Demodata\\

IncludeAncillaryFiles

If the value is set to 0, Cobra excludes the ancillary files associated with the project from the Backup Project process.

This setting is optional and the default value is 1.

0

Attention: For more information on rules when performing the Backup process, see Backup Guidelines.

Sample Script

Below is a sample script file for the Backup Project API process.

[Process021]
ProcessID=BackupProject
Project=Demo Advanced
Destination=C:\Backups\
IncludeAncillaryFiles=0

How to...

Back Up Your Data

Run the API Script

Create Windows Shortcut for the API Script


Learn more about...

File Backup

API Script

Project Template Creation


Parent Topic:

Process Sections of the API Script