#include <stdlib.h>
#include <dirent.h>
#include "rodsDef.h"
#include "sysBackupMS.h"
#include "resource.h"
#include "fileOpr.h"
#include "physPath.h"
#include "objMetaOpr.h"
#include "apiHeaderAll.h"
#include "eirods_resource_backport.h"
Go to the source code of this file.
Functions | |
int | loadDirToLocalResc (ruleExecInfo_t *rei, char *dirPath, size_t offset, char *resDirPath, char *timestamp, char *dbPath) |
char * | getDBHomeDir () |
int | getDefaultLocalRescInfo (rescInfo_t **rescInfo) |
int | msiServerBackup (msParam_t *options, msParam_t *keyValOut, ruleExecInfo_t *rei) |
/brief System Backup Microservices.
Definition in file sysBackupMS.c.