Modifying rcopy targets

Post Reply
User avatar
Patrick
Posts: 113
Joined: Fri Jun 21, 2013 1:03 pm
Location: USA

Modifying rcopy targets

Post by Patrick »

I have a number of rcopy groups built and have been running but when creating a new rcopy group there is the ability have multiple backup targets. Is there a method for modifying an existing rcopy group to add a secondary backup target?
RitonLaBevue
Posts: 390
Joined: Fri Jun 27, 2014 2:01 am

Re: Modifying rcopy targets

Post by RitonLaBevue »

As far as i know you can only have one sync target, others will be periodic.

So, thing could go this way...

create a new rcopytarget.
creatercopytarget....

add a new target to your rcopygroup
setrcopygroup mode periodic <target_name> <group_name>

stop your rcopygroup
stoprcopygroup <group_name>

add a new mirror volume to primary volume
admitrcopytarget <target_name> <mode> <group_name> <pri_vv_name:sec_vv_name>

start your rcopygroup
startrcopygroup <group_name>
Post Reply