|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <tc/tc_startup.h>#include <user_exits/libuser_exits_exports.h>#include <user_exits/libuser_exits_undef.h>Go to the source code of this file.
Functions | |
| USER_EXITS_API int | SFR_recover_files_to_location (const char *dstClient, const char *destination, int no_of_files, char *bkup_lab, char **vol_paths) |
| USER_EXITS_API int SFR_recover_files_to_location | ( | const char * | dstClient, |
| const char * | destination, | ||
| int | no_of_files, | ||
| char * | bkup_lab, | ||
| char ** | vol_paths | ||
| ) |
On recovery command issued by the user, the below SFR API will contact the 3rd party Backup software vendors based on this Backup label for restoration of files under the respective volumes. This requires the integration of 3rd party backup application libraries with TCE.
Once the files are restored under the respective volumes, the tcserver will create a new dataset under newstuff folder and add the the recovered files as named references to the dataset.
| dstClient | (I) volume host(node) name |
| destination | (I) volume name |
| no_of_files | (I) Number of files to be recovered from the backup set |
| bkup_lab | (I) Backup Label associated with the files to be recovered |
| vol_paths | (I) Volume paths of the recovered files |