Backing up a project

Use the SyncProject command to make a backup copy of a project.

Parameters

The SyncProject command has the following syntax:

SyncProject authentication_parameters
-Project Projectname
-Backup [filename]
-Project Projectname
Specifies the project to be backed up.
-Backup [filename]
Optionally, specify the full path name for the tar archive file that is created. If you do not specify a file name, the tar archive file is called Projectname.tar

Example

The following command requests that a backup copy is made of the project named dstage3 to a tar archive file called dstage3.tar.
SyncProject -ISHost R101:9443 -ISUser admin -ISPassword pword -project dstage3 
-backup c:\archives\dstage3.tar
The command outputs the following report:
Performing the backup.
The backup was successful.