Backup method
- Last UpdatedJul 23, 2024
- 1 minute read
Backs up the given Galaxy to a backup file.
Class
IGalaxy
Syntax
[C#]
void Backup(
int lProcessId,
string backupFilename,
string GRNodeName,
string Galaxy
);
[Visual C++]
HRESULT Backup
(
[in]LONG lProcessId,
[in] BSTR backupFilename,
[in, optional] BSTR GRNodeName,
[in, optional] BSTR Galaxy
);
Parameters
lProcessId
Proccess ID of the calling process.
backupFilename
Name of the backup file. File extension .cab is appended if not specified. If a folder name is specified, the contents of the folder is deleted and the backup files are placed directly in the folder.
GRNodeName
The name of the GR node (computer name). Blank or omitted means the current computer is the GR.
Galaxy
The name of the Galaxy (application database).