zStatus zFireSync_Backup(zFireSync fireSync, zByte** data, zUIntPtr* size);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
zByte** data |
Receives the backup (see note). |
|
zUIntPtr* size |
Receives the size of the backup file, in bytes. |
Creates a backup of FireSync server files that can later be restored.
This function uses the Control channel. Memory allocated and returned by this function should be freed using the zFree function.
zFireSync.h