Operating System - HP-UX
1753925 Members
8980 Online
108810 Solutions
New Discussion юеВ

Re: TSM sym links didn't get restored?

 
Becke
Super Advisor

TSM sym links didn't get restored?


Hello All,

I need a urgent query.

I backed up a filesystem using

dsmc archive "/filesysname/*" -subdir=yes

BUT when i used

dsmc restore "/filesysname/*" -subdir=yes

it didn't restore the symlinks,

can someone tell me how to restore the sym link using dsmc restore or dsmc retrieve commands???

Thanks
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: TSM sym links didn't get restored?

It seems that dsmc is some foreign devil backup utility? What OS & and version are you using this on?
Robert-Jan Goossens
Honored Contributor

Re: TSM sym links didn't get restored?

Hi,

Try,

dsmc retrieve "/home/jones/*.*" -subdir=yes

Asking a question about Tivoli Storage Manager on a HPUX forum is asking for trouble :-)

Regards,
Robert-Jan
Robert-Jan Goossens
Honored Contributor

Re: TSM sym links didn't get restored?

Becke
Super Advisor

Re: TSM sym links didn't get restored?


Thanks Robert :)

I worked it out actually archive class doesn't backup the symlinks unless you specify a flag ie somethig like "Symbolic=yes" or something like that..

and then we can use

"dsmc retrieve "/filesystemname/*" -subdir=yes -fol=yes.

Many Thanks for your response and help.

Raf