IBM Cloud backup to local drive

Post Reply
LiamLawrence
Posts: 10
Joined: Wed Nov 02, 2016 8:17 am
OLAP Product: TM1 / PA
Version: 10.2.2 / PA Cloud
Excel Version: 2013

IBM Cloud backup to local drive

Post by LiamLawrence »

Hi TM1 Gurus,

I am looking for an automated way to backup my DB folder in the IBM cloud down to a local drive in my organisation.

I'm struggling to think of a suitable method, if I was On Premise it would be a simple case of writing a CMD script and running ExecuteCommand… any recommendations on how I can do the same in cloud?
Edward Stuart
Community Contributor
Posts: 248
Joined: Tue Nov 01, 2011 10:31 am
OLAP Product: TM1
Version: All
Excel Version: All
Location: Manchester
Contact:

Re: IBM Cloud backup to local drive

Post by Edward Stuart »

As part of IBM Cloud you have access to Cognos Command Centre which can be used to automatically schedule FTPS file transfer from IBM Cloud to Local Filestore.

A lot depends on what you really want to 'do'; synchronise, backup, disaster recovery etc..
kangkc
Community Contributor
Posts: 206
Joined: Fri Oct 17, 2008 2:40 am
OLAP Product: TM1, PA , TMVGate
Version: 2.x
Excel Version: 36x
Location: Singapore
Contact:

Re: IBM Cloud backup to local drive

Post by kangkc »

What I did is to write a TI to invoke a Powershell script (yes, it is available in Cloud PA environment), copy to a backup folder and compress it.
On-premise we have a scheduled task to initiate a FTPS client request to pull the compressed backup back to local site.
Simple setup and do not need to involve Cognos CMD Centre.
Post Reply