Wednesday, October 14, 2009

Restore Cache Backup From Cache Terminal

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.

No comments:

Post a Comment

Followers

Search This Blog