1753808 Members
7110 Online
108805 Solutions
New Discussion юеВ

Re: vxdump

 
gigiz
Valued Contributor

vxdump

Hi,
i need to use vxdump for a backup from my
file system to a new filesystem repository.
I need to backup /opt/SIU in /opt/SIU_NEW
How to do this?
I can backup it whitout shutdown the application on /opt/SIU?

many point at all good response.
6 REPLIES 6
Jeeshan
Honored Contributor

Re: vxdump

#vxdump -0uf /dev/rmt/0mn /opt/SIU /opt/SIU_NEW
a warrior never quits
gigiz
Valued Contributor

Re: vxdump

but i haven't a dat Because i must add /dev/rmt?
Rasheed Tamton
Honored Contributor

Re: vxdump

Hi,

cd /opt/SIU_NEW
vxdump 0f - /opt/SIU | vxrestore -xf -

rgds.
Jeeshan
Honored Contributor

Re: vxdump

if you want to take backup in tape then you need /dev/rmt/??? otherwise you can follow the next response.
a warrior never quits
Fabien GUTIERREZ
Frequent Advisor

Re: vxdump

to localy backup u can use pax which is mainly used during ignite backups it's a tar like command but improved
gigiz
Valued Contributor

Re: vxdump

I have resolve with cp -rp .