Archive

Posts Tagged ‘cache linux backup’

Restore Cache Backup From Cache Terminal

May 15th, 2009

It is quite easy to restore the cache classes backup using cache studio but some times we have a scenario where we have to restore the cache classes backup from the cache terminal. Usually we need this in Linux. We can achive this goal by using a simple command.

$system.OBJ.Load(”path to the xml File”,”ck”) 

Just start cache terminal go to the specific namespace by typeing

zn “Namespace Name”

and then run the command 

w $system.OBJ.Load(”path to the xml File”,”ck”) 

and the xml file will be restored in the current namespace.

Cache , , , ,