backupStorageLog
public void backupStorageLog(java.lang.String strategyId,
java.lang.Boolean backupWriteLog,
GUID eip)
throws java.io.IOException,
StorageLogException,
LogbookClientBadRequestException,
LogbookClientAlreadyExistsException,
LogbookClientServerException
backup the log files since last backup:
* Link the appender to a new file in order to continue to log access/write during the operation
* Copy previous log files from Storage to Offers
* Delete old files from Storage
- Parameters:
strategyId - strategyId
backupWriteLog - backupWriteLog
- Throws:
java.io.IOException - if an IOException is thrown while generating the secure storage
StorageLogException - if a LogZipFile cannot be generated
LogbookClientBadRequestException - if a bad request is encountered
LogbookClientAlreadyExistsException - if the logbook already exists
LogbookClientServerException - if there's a problem connecting to the logbook functionnality