|
msiServerBackup |
( |
msParam_t * |
options, |
|
|
msParam_t * |
keyValOut, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Copies iRODS server files to the local resource
- Module:
- core
- Since:
- 3.0.x
- Author:
- Antoine de Torcy
- Date:
- 2011-05-25
- Note:
- Copies server files to the local vault and registers them. Object (.o) files and binaries are not included.
-
Files are stored in the Vault under a directory of the format: hostname_timestamp
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | options | - Optional - a STR_MS_T that contains one of more options in the format keyWd1=value1++++keyWd2=value2++++keyWd3=value3... A placeholder for now. |
[out] | keyValOut | - a KeyValPair_MS_T with the number of files and bytes written. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- None
- Session Variables Modified:
- None
- iCAT Attributes Used:
- None
- iCAT Attributes Modified:
- Some
- Side Effect:
- None
- Returns:
- integer
- Return values:
-
- Precondition:
- None
- Postcondition:
- None
- See also:
- None
Definition at line 317 of file sysBackupMS.c.
|