Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Packages Folder | Summary of Elements in this Folder | pub.packages:backupPackage
 
pub.packages:backupPackage
WmPublic. Creates a backup copy of a specified package.
Input Parameters
packageName
String Name of the package to back up.
Output Parameters
None.
Usage Notes
The service creates the backup in a file named packageName.zip, where packageName is the name of the original package installed in Integration Server. The packageName.zip is placed in the following directory:
Integration Server_directory \instances\instance_name\replicate\inbound
If a package with the same name as the file produced by this service already exists in the Integration Server_directory \instances\instance_name\replicate\inbound directory, the service overwrites the existing .zip file with the backup copy that the service creates.
The backed up package is an exact copy of the specified package. Package metadata, such as creation timestamp, will be the same in the backup as in the original package. This is unlike package replication or package archiving in which the creation timestamp reflects the time the package was replicated or archived.