Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

Live copies without blueprints

Avatar

Former Community Member

As far as I can see from the MSM docs there are two techniques that can be used to copy content:

1- Blueprints
These represent site roots and offer various customizable rollout configs/actions between source site and copy site.

2- Livecopy
In the docs this is frequently and confusingly used as a synonym for the copy of a blueprint source.
However you can also create a live copy without requiring a blueprint source. (New LIveCopy...)
When creating this sort of live copy one is offered a choice of rollout configs, but as far as I can see, only one of these, 'PushOnModify', makes any sense. I cannot find any way of rolling out a livecopy source to a livecopy structure.

Is my understanding of rollout configs for live copies (not blueprints) correct? And if not, what should it be?

1 Accepted Solution

Avatar

Correct answer by
Level 8

I believe you are understanding correctly. Blueprints allow you to manually perform a rollout. When a LiveCopy is created without a blueprint, only the events trigger the rollouts to occur. 

You can create your own rollout configurations and synchronization actions though, to customize the trigger and the sync actions.

http://docs.adobe.com/docs/en/aem/6-0/administer/sites/multi-site-manager/msm-sync.html#Creating%20a...

http://docs.adobe.com/docs/en/aem/6-0/develop/extending/msm.html#par_title

hope that helps

scott

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

I believe you are understanding correctly. Blueprints allow you to manually perform a rollout. When a LiveCopy is created without a blueprint, only the events trigger the rollouts to occur. 

You can create your own rollout configurations and synchronization actions though, to customize the trigger and the sync actions.

http://docs.adobe.com/docs/en/aem/6-0/administer/sites/multi-site-manager/msm-sync.html#Creating%20a...

http://docs.adobe.com/docs/en/aem/6-0/develop/extending/msm.html#par_title

hope that helps

scott

Avatar

Former Community Member

Thanks, Scott - exactly the tip I needed. Falls into the category of "now why didn't I think of that"!