Operating System - HP-UX
1753333 Members
5477 Online
108792 Solutions
New Discussion юеВ

How can I able to exclude a file from ignite backup

 
SOLVED
Go to solution
kunjuttan
Super Advisor

How can I able to exclude a file from ignite backup

Hi Gurus,
How can I able to exclude a file from ignite backup?Is it with -x option with the command?If yes, syntax pls..
6 REPLIES 6
Johnson Punniyalingam
Honored Contributor
Solution

Re: How can I able to exclude a file from ignite backup

If you want the command

-x exclude=file|directory
-x exclude=/path

/opt/ignite/bin/make_net_recovery -s ingite-server -x inc_entire=vg00 -x exclude=file|dir

Including and Excluding From Archive
The contents of the archive may be controlled from the contents file
(see -f). The full path for the contents file (archive_content) is /var/opt/ignite/clients/0xLLA/recovery/archive_content on the Ignite-UX Server
Problems are common to all, but attitude makes the difference
johnsonpk
Honored Contributor

Re: How can I able to exclude a file from ignite backup

Hi dipesh

make_tape/net_recovery -x exclude=
kunjuttan
Super Advisor

Re: How can I able to exclude a file from ignite backup

Thanks.
"-x inc_entire=vg00 "-for what??
johnsonpk
Honored Contributor

Re: How can I able to exclude a file from ignite backup

include entire vg00 for backup..precisely include all file system in the vg00
Durvesh Mendhekar
Regular Advisor

Re: How can I able to exclude a file from ignite backup

Hi

make_tape_recovery -a /dev/rmt/0mn -x inc_entire=vg00 -x exclude="Path of excluded file"

Regards,
Durvesh
kunjuttan
Super Advisor

Re: How can I able to exclude a file from ignite backup

Thanks dudes..