Description of sample files
This section includes a description of the sample files provided with the SDK. All sample files are located in ~sdk/DataStore/XBSA/samples.
Table: Description of Sample Files
Filename | Description |
|---|---|
Backup.c | This is an example of the functions needed to create an XBSA object. |
Query.c | This is an example of the functions needed to search for an XBSA object. |
Restore.c | This is an example of the functions needed to retrieve an XBSA object. |
Delete.c | This is an example of the functions needed to delete an XBSA object. |
Makefile.unix | This is an example Makefile that can be used to compile the sample programs on the UNIX platforms. |
Makefile.nt | This is an example Makefile that can be used to compile the sample programs on Windows platforms. |
backup_script.cmd | This is an example of the script that runs an XBSA application from a NetBackup schedule on a Windows platform. |
restore_script.cmd | This is an example of the script that runs an XBSA application from a NetBackup schedule on a Windows platform. |
backup_script.sh | This is an example of the script that runs an XBSA application from a NetBackup schedule on a UNIX platform. |
restore_script.sh | This is an example of the script that runs an XBSA application from a NetBackup schedule on a UNIX platform. |